#84AEEC

Color #84AEEC Jordy Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Jordy Blue #84AEEC

Tints of Jordy Blue #84AEEC

Color information

#84AEEC (or 0x84AEEC) is unknown color: approx Jordy Blue. HEX triplet: 84, AE and EC. RGB value is (132,174,236). Sum of RGB (Red+Green+Blue) = 132+174+236=542 (71% of max value = 765). Red value is 132 (51.95% from 255 or 24.35% from 542); Green value is 174 (68.36% from 255 or 32.10% from 542); Blue value is 236 (92.58% from 255 or 43.54% from 542); Max value from RGB is 236 - color contains mainly: blue. Hex color #84AEEC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #84AEEC is #7B5113. Grayscale: #A8A8A8. Windows color (decimal): -8081684 or 15511172. OLE color: 15511172.

HSL color Cylindrical-coordinate representation of color #84AEEC: hue angle of 215.77º degrees, saturation: 0.73, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #84AEEC is Cyan = 0.44, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB132174236-
CMYK0.440.2600.07
HSL215.77º73.24%72.16%-
HSV(B)215.77º44.07%92.55%-
XYZ39.7941.2385.22-
YUV168.51166.09101.96-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 132 (51.95% from 255) = 24.35%
GREEN value IS 174 (68.36% from 255) = 32.10%
BLUE value IS 236 (92.58% from 255) = 43.54%
R=24.35%
G=32.10%
B=43.54%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1321742360.440.2600.07215.7773.2472.16
Hex84AEEC2C1A07d84948
Octal204256354543207330111110
Binary1000010010101110111011001011001101001111101100010010011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84AEEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #84AEEC; }

 p { color: rgb(132,174,236); }

 H1.HeaderClassName
 {
   color: #84AEEC;
 }
 .AnyTagClassName
 {
   color: #84AEEC;
 }
</style>
background-color css

<style>
 a { background-color: #84AEEC; }

 a { background-color: rgb(132,174,236); }

 div.DivClassName
 {
   background-color: #84AEEC;
 }
 .BgClassName
 {
   background-color: #84AEEC;
 }
</style>
border-color css

<style>
 span { border-color: #84AEEC; }

 span { border-color: rgb(132,174,236); }

 td.TdClassName
 {
   border-color: #84AEEC;
 }
 .TagClassName
 {
   border-color: #84AEEC;
 }
</style>