#8AB4EC

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

Shades of Jordy Blue #8AB4EC

Tints of Jordy Blue #8AB4EC

Color information

#8AB4EC (or 0x8AB4EC) is unknown color: approx Jordy Blue. HEX triplet: 8A, B4 and EC. RGB value is (138,180,236). Sum of RGB (Red+Green+Blue) = 138+180+236=554 (73% of max value = 765). Red value is 138 (54.30% from 255 or 24.91% from 554); Green value is 180 (70.70% from 255 or 32.49% from 554); Blue value is 236 (92.58% from 255 or 42.60% from 554); Max value from RGB is 236 - color contains mainly: blue. Hex color #8AB4EC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8AB4EC is #754B13. Grayscale: #ADADAD. Windows color (decimal): -7686932 or 15512714. OLE color: 15512714.

HSL color Cylindrical-coordinate representation of color #8AB4EC: hue angle of 214.29º 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 #8AB4EC is Cyan = 0.42, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB138180236-
CMYK0.420.2400.07
HSL214.29º72.06%73.33%-
HSV(B)214.29º41.53%92.55%-
XYZ41.9444.185.66-
YUV173.83163.09102.45-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 24.91%
GREEN value IS 180 (70.70% from 255) = 32.49%
BLUE value IS 236 (92.58% from 255) = 42.60%
R=24.91%
G=32.49%
B=42.60%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1381802360.420.2400.07214.2972.0673.33
Hex8AB4EC2A1807d64849
Octal212264354523007326110111
Binary1000101010110100111011001010101100001111101011010010001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8AB4EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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