#8AABFF

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

Shades of Jordy Blue #8AABFF

Tints of Jordy Blue #8AABFF

Color information

#8AABFF (or 0x8AABFF) is unknown color: approx Jordy Blue. HEX triplet: 8A, AB and FF. RGB value is (138,171,255). Sum of RGB (Red+Green+Blue) = 138+171+255=564 (74% of max value = 765). Red value is 138 (54.30% from 255 or 24.47% from 564); Green value is 171 (67.19% from 255 or 30.32% from 564); Blue value is 255 (100% from 255 or 45.21% from 564); Max value from RGB is 255 - color contains mainly: blue. Hex color #8AABFF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8AABFF is #755400. Grayscale: #AAAAAA. Windows color (decimal): -7689217 or 16755594. OLE color: 16755594.

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

Color convert

RGB138171255-
CMYK0.460.3300
HSL223.08º100%77.06%-
HSV(B)223.08º45.88%100%-
XYZ43.0941.75100.39-
YUV170.71175.57104.67-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 24.47%
GREEN value IS 171 (67.19% from 255) = 30.32%
BLUE value IS 255 (100% from 255) = 45.21%
R=24.47%
G=30.32%
B=45.21%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1381712550.460.3300223.0810077.06
Hex8AABFF2E2100df644d
Octal212253377564100337144115
Binary100010101010101111111111101110100001001101111111001001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8AABFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,171,255); }

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

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

 a { background-color: rgb(138,171,255); }

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

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

 span { border-color: rgb(138,171,255); }

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