#8BB1EC

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

Shades of Jordy Blue #8BB1EC

Tints of Jordy Blue #8BB1EC

Color information

#8BB1EC (or 0x8BB1EC) is unknown color: approx Jordy Blue. HEX triplet: 8B, B1 and EC. RGB value is (139,177,236). Sum of RGB (Red+Green+Blue) = 139+177+236=552 (73% of max value = 765). Red value is 139 (54.69% from 255 or 25.18% from 552); Green value is 177 (69.53% from 255 or 32.07% from 552); Blue value is 236 (92.58% from 255 or 42.75% from 552); Max value from RGB is 236 - color contains mainly: blue. Hex color #8BB1EC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8BB1EC is #744E13. Grayscale: #ACACAC. Windows color (decimal): -7622164 or 15511947. OLE color: 15511947.

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

Color convert

RGB139177236-
CMYK0.410.2500.07
HSL216.49º71.85%73.53%-
HSV(B)216.49º41.1%92.55%-
XYZ41.5142.9985.47-
YUV172.36163.91104.2-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 25.18%
GREEN value IS 177 (69.53% from 255) = 32.07%
BLUE value IS 236 (92.58% from 255) = 42.75%
R=25.18%
G=32.07%
B=42.75%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1391772360.410.2500.07216.4971.8573.53
Hex8BB1EC291907d8484a
Octal213261354513107330110112
Binary1000101110110001111011001010011100101111101100010010001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8BB1EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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