#8BB2EC

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

Shades of Jordy Blue #8BB2EC

Tints of Jordy Blue #8BB2EC

Color information

#8BB2EC (or 0x8BB2EC) is unknown color: approx Jordy Blue. HEX triplet: 8B, B2 and EC. RGB value is (139,178,236). Sum of RGB (Red+Green+Blue) = 139+178+236=553 (73% of max value = 765). Red value is 139 (54.69% from 255 or 25.14% from 553); Green value is 178 (69.92% from 255 or 32.19% from 553); Blue value is 236 (92.58% from 255 or 42.68% from 553); Max value from RGB is 236 - color contains mainly: blue. Hex color #8BB2EC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8BB2EC is #744D13. Grayscale: #ACACAC. Windows color (decimal): -7621908 or 15512203. OLE color: 15512203.

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

Color convert

RGB139178236-
CMYK0.410.2500.07
HSL215.88º71.85%73.53%-
HSV(B)215.88º41.1%92.55%-
XYZ41.7143.3985.53-
YUV172.95163.58103.78-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 25.14%
GREEN value IS 178 (69.92% from 255) = 32.19%
BLUE value IS 236 (92.58% from 255) = 42.68%
R=25.14%
G=32.19%
B=42.68%

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
Decimal1391782360.410.2500.07215.8871.8573.53
Hex8BB2EC291907d8484a
Octal213262354513107330110112
Binary1000101110110010111011001010011100101111101100010010001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8BB2EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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