#8AAFEC

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

Shades of Jordy Blue #8AAFEC

Tints of Jordy Blue #8AAFEC

Color information

#8AAFEC (or 0x8AAFEC) is unknown color: approx Jordy Blue. HEX triplet: 8A, AF and EC. RGB value is (138,175,236). Sum of RGB (Red+Green+Blue) = 138+175+236=549 (72% of max value = 765). Red value is 138 (54.30% from 255 or 25.14% from 549); Green value is 175 (68.75% from 255 or 31.88% from 549); Blue value is 236 (92.58% from 255 or 42.99% from 549); Max value from RGB is 236 - color contains mainly: blue. Hex color #8AAFEC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8AAFEC is #755013. Grayscale: #AAAAAA. Windows color (decimal): -7688212 or 15511434. OLE color: 15511434.

HSL color Cylindrical-coordinate representation of color #8AAFEC: hue angle of 217.35º 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 #8AAFEC is Cyan = 0.42, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB138175236-
CMYK0.420.2600.07
HSL217.35º72.06%73.33%-
HSV(B)217.35º41.53%92.55%-
XYZ40.9542.1285.33-
YUV170.89164.74104.54-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 25.14%
GREEN value IS 175 (68.75% from 255) = 31.88%
BLUE value IS 236 (92.58% from 255) = 42.99%
R=25.14%
G=31.88%
B=42.99%

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
Decimal1381752360.420.2600.07217.3572.0673.33
Hex8AAFEC2A1A07d94849
Octal212257354523207331110111
Binary1000101010101111111011001010101101001111101100110010001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8AAFEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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