#8AB5EC

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

Shades of Jordy Blue #8AB5EC

Tints of Jordy Blue #8AB5EC

Color information

#8AB5EC (or 0x8AB5EC) is unknown color: approx Jordy Blue. HEX triplet: 8A, B5 and EC. RGB value is (138,181,236). Sum of RGB (Red+Green+Blue) = 138+181+236=555 (73% of max value = 765). Red value is 138 (54.30% from 255 or 24.86% from 555); Green value is 181 (71.09% from 255 or 32.61% from 555); Blue value is 236 (92.58% from 255 or 42.52% from 555); Max value from RGB is 236 - color contains mainly: blue. Hex color #8AB5EC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8AB5EC is #754A13. Grayscale: #AEAEAE. Windows color (decimal): -7686676 or 15512970. OLE color: 15512970.

HSL color Cylindrical-coordinate representation of color #8AB5EC: hue angle of 213.67º degrees, saturation: 0.72, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #8AB5EC is Cyan = 0.42, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB138181236-
CMYK0.420.2300.07
HSL213.67º72.06%73.33%-
HSV(B)213.67º41.53%92.55%-
XYZ42.1544.5185.73-
YUV174.41162.75102.03-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 24.86%
GREEN value IS 181 (71.09% from 255) = 32.61%
BLUE value IS 236 (92.58% from 255) = 42.52%
R=24.86%
G=32.61%
B=42.52%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1381812360.420.2300.07213.6772.0673.33
Hex8AB5EC2A1707d64849
Octal212265354522707326110111
Binary1000101010110101111011001010101011101111101011010010001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8AB5EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,181,236); }

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

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

 a { background-color: rgb(138,181,236); }

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

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

 span { border-color: rgb(138,181,236); }

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