#8BABE8

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

Shades of Jordy Blue #8BABE8

Tints of Jordy Blue #8BABE8

Color information

#8BABE8 (or 0x8BABE8) is unknown color: approx Jordy Blue. HEX triplet: 8B, AB and E8. RGB value is (139,171,232). Sum of RGB (Red+Green+Blue) = 139+171+232=542 (71% of max value = 765). Red value is 139 (54.69% from 255 or 25.65% from 542); Green value is 171 (67.19% from 255 or 31.55% from 542); Blue value is 232 (91.02% from 255 or 42.80% from 542); Max value from RGB is 232 - color contains mainly: blue. Hex color #8BABE8 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8BABE8 is #745417. Grayscale: #A8A8A8. Windows color (decimal): -7623704 or 15248267. OLE color: 15248267.

HSL color Cylindrical-coordinate representation of color #8BABE8: hue angle of 219.35º degrees, saturation: 0.67, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #8BABE8 is Cyan = 0.40, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB139171232-
CMYK0.400.2600.09
HSL219.35º66.91%72.75%-
HSV(B)219.35º40.09%90.98%-
XYZ39.7840.4482.05-
YUV168.39163.9107.04-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 25.65%
GREEN value IS 171 (67.19% from 255) = 31.55%
BLUE value IS 232 (91.02% from 255) = 42.80%
R=25.65%
G=31.55%
B=42.80%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1391712320.400.2600.09219.3566.9172.75
Hex8BABE8281A09db4349
Octal2132533505032011333103111
Binary10001011101010111110100010100011010010011101101110000111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8BABE8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,171,232); }

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

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

 a { background-color: rgb(139,171,232); }

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

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

 span { border-color: rgb(139,171,232); }

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