#8AB4EA

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

Shades of Jordy Blue #8AB4EA

Tints of Jordy Blue #8AB4EA

Color information

#8AB4EA (or 0x8AB4EA) is unknown color: approx Jordy Blue. HEX triplet: 8A, B4 and EA. RGB value is (138,180,234). Sum of RGB (Red+Green+Blue) = 138+180+234=552 (73% of max value = 765). Red value is 138 (54.30% from 255 or 25% from 552); Green value is 180 (70.70% from 255 or 32.61% from 552); Blue value is 234 (91.80% from 255 or 42.39% from 552); Max value from RGB is 234 - color contains mainly: blue. Hex color #8AB4EA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8AB4EA is #754B15. Grayscale: #ADADAD. Windows color (decimal): -7686934 or 15381642. OLE color: 15381642.

HSL color Cylindrical-coordinate representation of color #8AB4EA: hue angle of 213.75º degrees, saturation: 0.7, 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 #8AB4EA is Cyan = 0.41, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB138180234-
CMYK0.410.2300.08
HSL213.75º69.57%72.94%-
HSV(B)213.75º41.03%91.76%-
XYZ41.6543.9984.14-
YUV173.6162.09102.61-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 25%
GREEN value IS 180 (70.70% from 255) = 32.61%
BLUE value IS 234 (91.80% from 255) = 42.39%
R=25%
G=32.61%
B=42.39%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1381802340.410.2300.08213.7569.5772.94
Hex8AB4EA291708d64649
Octal2122643525127010326106111
Binary10001010101101001110101010100110111010001101011010001101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8AB4EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,180,234); }

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

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

 a { background-color: rgb(138,180,234); }

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

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

 span { border-color: rgb(138,180,234); }

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