#8AABEB

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

Shades of Jordy Blue #8AABEB

Tints of Jordy Blue #8AABEB

Color information

#8AABEB (or 0x8AABEB) is unknown color: approx Jordy Blue. HEX triplet: 8A, AB and EB. RGB value is (138,171,235). Sum of RGB (Red+Green+Blue) = 138+171+235=544 (72% of max value = 765). Red value is 138 (54.30% from 255 or 25.37% from 544); Green value is 171 (67.19% from 255 or 31.43% from 544); Blue value is 235 (92.19% from 255 or 43.20% from 544); Max value from RGB is 235 - color contains mainly: blue. Hex color #8AABEB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8AABEB is #755414. Grayscale: #A8A8A8. Windows color (decimal): -7689237 or 15444874. OLE color: 15444874.

HSL color Cylindrical-coordinate representation of color #8AABEB: hue angle of 219.59º degrees, saturation: 0.71, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #8AABEB is Cyan = 0.41, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB138171235-
CMYK0.410.2700.08
HSL219.59º70.8%73.14%-
HSV(B)219.59º41.28%92.16%-
XYZ40.0440.5384.31-
YUV168.43165.57106.3-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 25.37%
GREEN value IS 171 (67.19% from 255) = 31.43%
BLUE value IS 235 (92.19% from 255) = 43.20%
R=25.37%
G=31.43%
B=43.20%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1381712350.410.2700.08219.5970.873.14
Hex8AABEB291B08dc4749
Octal2122533535133010334107111
Binary10001010101010111110101110100111011010001101110010001111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8AABEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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