#8BABEC

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

Shades of Jordy Blue #8BABEC

Tints of Jordy Blue #8BABEC

Color information

#8BABEC (or 0x8BABEC) is unknown color: approx Jordy Blue. HEX triplet: 8B, AB and EC. RGB value is (139,171,236). Sum of RGB (Red+Green+Blue) = 139+171+236=546 (72% of max value = 765). Red value is 139 (54.69% from 255 or 25.46% from 546); Green value is 171 (67.19% from 255 or 31.32% from 546); Blue value is 236 (92.58% from 255 or 43.22% from 546); Max value from RGB is 236 - color contains mainly: blue. Hex color #8BABEC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8BABEC is #745413. Grayscale: #A8A8A8. Windows color (decimal): -7623700 or 15510411. OLE color: 15510411.

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

Color convert

RGB139171236-
CMYK0.410.2800.07
HSL220.21º71.85%73.53%-
HSV(B)220.21º41.1%92.55%-
XYZ40.3540.6785.08-
YUV168.84165.9106.71-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 25.46%
GREEN value IS 171 (67.19% from 255) = 31.32%
BLUE value IS 236 (92.58% from 255) = 43.22%
R=25.46%
G=31.32%
B=43.22%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1391712360.410.2800.07220.2171.8573.53
Hex8BABEC291C07dc484a
Octal213253354513407334110112
Binary1000101110101011111011001010011110001111101110010010001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8BABEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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