#8AABF1

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

Shades of Jordy Blue #8AABF1

Tints of Jordy Blue #8AABF1

Color information

#8AABF1 (or 0x8AABF1) is unknown color: approx Jordy Blue. HEX triplet: 8A, AB and F1. RGB value is (138,171,241). Sum of RGB (Red+Green+Blue) = 138+171+241=550 (72% of max value = 765). Red value is 138 (54.30% from 255 or 25.09% from 550); Green value is 171 (67.19% from 255 or 31.09% from 550); Blue value is 241 (94.53% from 255 or 43.82% from 550); Max value from RGB is 241 - color contains mainly: blue. Hex color #8AABF1 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8AABF1 is #75540E. Grayscale: #A8A8A8. Windows color (decimal): -7689231 or 15838090. OLE color: 15838090.

HSL color Cylindrical-coordinate representation of color #8AABF1: hue angle of 220.78º degrees, saturation: 0.79, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #8AABF1 is Cyan = 0.43, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB138171241-
CMYK0.430.2900.05
HSL220.78º78.63%74.31%-
HSV(B)220.78º42.74%94.51%-
XYZ40.9240.8888.95-
YUV169.11168.57105.81-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 25.09%
GREEN value IS 171 (67.19% from 255) = 31.09%
BLUE value IS 241 (94.53% from 255) = 43.82%
R=25.09%
G=31.09%
B=43.82%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1381712410.430.2900.05220.7878.6374.31
Hex8AABF12B1D05dd4f4a
Octal212253361533505335117112
Binary1000101010101011111100011010111110101011101110110011111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8AABF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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