#8AAFDE

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

Shades of Jordy Blue #8AAFDE

Tints of Jordy Blue #8AAFDE

Color information

#8AAFDE (or 0x8AAFDE) is unknown color: approx Jordy Blue. HEX triplet: 8A, AF and DE. RGB value is (138,175,222). Sum of RGB (Red+Green+Blue) = 138+175+222=535 (70% of max value = 765). Red value is 138 (54.30% from 255 or 25.79% from 535); Green value is 175 (68.75% from 255 or 32.71% from 535); Blue value is 222 (87.11% from 255 or 41.50% from 535); Max value from RGB is 222 - color contains mainly: blue. Hex color #8AAFDE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8AAFDE is #755021. Grayscale: #A9A9A9. Windows color (decimal): -7688226 or 14593930. OLE color: 14593930.

HSL color Cylindrical-coordinate representation of color #8AAFDE: hue angle of 213.57º degrees, saturation: 0.56, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #8AAFDE is Cyan = 0.38, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB138175222-
CMYK0.380.2100.13
HSL213.57º56%70.59%-
HSV(B)213.57º37.84%87.06%-
XYZ3941.3475.03-
YUV169.3157.74105.68-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 25.79%
GREEN value IS 175 (68.75% from 255) = 32.71%
BLUE value IS 222 (87.11% from 255) = 41.50%
R=25.79%
G=32.71%
B=41.50%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1381752220.380.2100.13213.575670.59
Hex8AAFDE26150Dd63847
Octal212257336462501532670107
Binary1000101010101111110111101001101010101101110101101110001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8AAFDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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