#8AB4EE

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

Shades of Jordy Blue #8AB4EE

Tints of Jordy Blue #8AB4EE

Color information

#8AB4EE (or 0x8AB4EE) is unknown color: approx Jordy Blue. HEX triplet: 8A, B4 and EE. RGB value is (138,180,238). Sum of RGB (Red+Green+Blue) = 138+180+238=556 (73% of max value = 765). Red value is 138 (54.30% from 255 or 24.82% from 556); Green value is 180 (70.70% from 255 or 32.37% from 556); Blue value is 238 (93.36% from 255 or 42.81% from 556); Max value from RGB is 238 - color contains mainly: blue. Hex color #8AB4EE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8AB4EE is #754B11. Grayscale: #ADADAD. Windows color (decimal): -7686930 or 15643786. OLE color: 15643786.

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

Color convert

RGB138180238-
CMYK0.420.2400.07
HSL214.8º74.63%73.73%-
HSV(B)214.8º42.02%93.33%-
XYZ42.2444.2287.2-
YUV174.05164.09102.28-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 24.82%
GREEN value IS 180 (70.70% from 255) = 32.37%
BLUE value IS 238 (93.36% from 255) = 42.81%
R=24.82%
G=32.37%
B=42.81%

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
Decimal1381802380.420.2400.07214.874.6373.73
Hex8AB4EE2A1807d74b4a
Octal212264356523007327113112
Binary1000101010110100111011101010101100001111101011110010111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8AB4EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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