#8AA8FE

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

Shades of Jordy Blue #8AA8FE

Tints of Jordy Blue #8AA8FE

Color information

#8AA8FE (or 0x8AA8FE) is unknown color: approx Jordy Blue. HEX triplet: 8A, A8 and FE. RGB value is (138,168,254). Sum of RGB (Red+Green+Blue) = 138+168+254=560 (74% of max value = 765). Red value is 138 (54.30% from 255 or 24.64% from 560); Green value is 168 (66.02% from 255 or 30% from 560); Blue value is 254 (99.61% from 255 or 45.36% from 560); Max value from RGB is 254 - color contains mainly: blue. Hex color #8AA8FE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8AA8FE is #755701. Grayscale: #A8A8A8. Windows color (decimal): -7689986 or 16689290. OLE color: 16689290.

HSL color Cylindrical-coordinate representation of color #8AA8FE: hue angle of 224.48º degrees, saturation: 0.98, lightness: 0.77%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #8AA8FE is Cyan = 0.46, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB138168254-
CMYK0.460.3400.00
HSL224.48º98.31%76.86%-
HSV(B)224.48º45.67%99.61%-
XYZ42.3740.5699.36-
YUV168.83176.06106.01-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 24.64%
GREEN value IS 168 (66.02% from 255) = 30%
BLUE value IS 254 (99.61% from 255) = 45.36%
R=24.64%
G=30%
B=45.36%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1381682540.460.3400.00224.4898.3176.86
Hex8AA8FE2E2200e0624d
Octal212250376564200340142115
Binary100010101010100011111110101110100010001110000011000101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8AA8FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,168,254); }

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

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

 a { background-color: rgb(138,168,254); }

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

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

 span { border-color: rgb(138,168,254); }

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