#8AB6EC

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

Shades of Jordy Blue #8AB6EC

Tints of Jordy Blue #8AB6EC

Color information

#8AB6EC (or 0x8AB6EC) is unknown color: approx Jordy Blue. HEX triplet: 8A, B6 and EC. RGB value is (138,182,236). Sum of RGB (Red+Green+Blue) = 138+182+236=556 (73% of max value = 765). Red value is 138 (54.30% from 255 or 24.82% from 556); Green value is 182 (71.48% from 255 or 32.73% from 556); Blue value is 236 (92.58% from 255 or 42.45% from 556); Max value from RGB is 236 - color contains mainly: blue. Hex color #8AB6EC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8AB6EC is #754913. Grayscale: #AEAEAE. Windows color (decimal): -7686420 or 15513226. OLE color: 15513226.

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

Color convert

RGB138182236-
CMYK0.420.2300.07
HSL213.06º72.06%73.33%-
HSV(B)213.06º41.53%92.55%-
XYZ42.3544.9285.79-
YUV175162.42101.61-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 24.82%
GREEN value IS 182 (71.48% from 255) = 32.73%
BLUE value IS 236 (92.58% from 255) = 42.45%
R=24.82%
G=32.73%
B=42.45%

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
Decimal1381822360.420.2300.07213.0672.0673.33
Hex8AB6EC2A1707d54849
Octal212266354522707325110111
Binary1000101010110110111011001010101011101111101010110010001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8AB6EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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