#8AAEEC

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

Shades of Jordy Blue #8AAEEC

Tints of Jordy Blue #8AAEEC

Color information

#8AAEEC (or 0x8AAEEC) is unknown color: approx Jordy Blue. HEX triplet: 8A, AE and EC. RGB value is (138,174,236). Sum of RGB (Red+Green+Blue) = 138+174+236=548 (72% of max value = 765). Red value is 138 (54.30% from 255 or 25.18% from 548); Green value is 174 (68.36% from 255 or 31.75% from 548); Blue value is 236 (92.58% from 255 or 43.07% from 548); Max value from RGB is 236 - color contains mainly: blue. Hex color #8AAEEC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8AAEEC is #755113. Grayscale: #AAAAAA. Windows color (decimal): -7688468 or 15511178. OLE color: 15511178.

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

Color convert

RGB138174236-
CMYK0.420.2600.07
HSL217.96º72.06%73.33%-
HSV(B)217.96º41.53%92.55%-
XYZ40.7641.7385.26-
YUV170.3165.07104.96-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 25.18%
GREEN value IS 174 (68.36% from 255) = 31.75%
BLUE value IS 236 (92.58% from 255) = 43.07%
R=25.18%
G=31.75%
B=43.07%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1381742360.420.2600.07217.9672.0673.33
Hex8AAEEC2A1A07da4849
Octal212256354523207332110111
Binary1000101010101110111011001010101101001111101101010010001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8AAEEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8AAEEC; }

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

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

<style>
 a { background-color: #8AAEEC; }

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

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

<style>
 span { border-color: #8AAEEC; }

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

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