#8AAAF9

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

Shades of Jordy Blue #8AAAF9

Tints of Jordy Blue #8AAAF9

Color information

#8AAAF9 (or 0x8AAAF9) is unknown color: approx Jordy Blue. HEX triplet: 8A, AA and F9. RGB value is (138,170,249). Sum of RGB (Red+Green+Blue) = 138+170+249=557 (73% of max value = 765). Red value is 138 (54.30% from 255 or 24.78% from 557); Green value is 170 (66.80% from 255 or 30.52% from 557); Blue value is 249 (97.66% from 255 or 44.70% from 557); Max value from RGB is 249 - color contains mainly: blue. Hex color #8AAAF9 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8AAAF9 is #755506. Grayscale: #A9A9A9. Windows color (decimal): -7689479 or 16362122. OLE color: 16362122.

HSL color Cylindrical-coordinate representation of color #8AAAF9: hue angle of 222.7º degrees, saturation: 0.9, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #8AAAF9 is Cyan = 0.45, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB138170249-
CMYK0.450.3200.02
HSL222.7º90.24%75.88%-
HSV(B)222.7º44.58%97.65%-
XYZ41.9540.9995.32-
YUV169.44172.9105.58-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 24.78%
GREEN value IS 170 (66.80% from 255) = 30.52%
BLUE value IS 249 (97.66% from 255) = 44.70%
R=24.78%
G=30.52%
B=44.70%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1381702490.450.3200.02222.790.2475.88
Hex8AAAF92D2002df5a4c
Octal212252371554002337132114
Binary1000101010101010111110011011011000000101101111110110101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8AAAF9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,170,249); }

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

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

 a { background-color: rgb(138,170,249); }

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

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

 span { border-color: rgb(138,170,249); }

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