#8BB2EF

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

Shades of Jordy Blue #8BB2EF

Tints of Jordy Blue #8BB2EF

Color information

#8BB2EF (or 0x8BB2EF) is unknown color: approx Jordy Blue. HEX triplet: 8B, B2 and EF. RGB value is (139,178,239). Sum of RGB (Red+Green+Blue) = 139+178+239=556 (73% of max value = 765). Red value is 139 (54.69% from 255 or 25% from 556); Green value is 178 (69.92% from 255 or 32.01% from 556); Blue value is 239 (93.75% from 255 or 42.99% from 556); Max value from RGB is 239 - color contains mainly: blue. Hex color #8BB2EF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8BB2EF is #744D10. Grayscale: #ADADAD. Windows color (decimal): -7621905 or 15708811. OLE color: 15708811.

HSL color Cylindrical-coordinate representation of color #8BB2EF: hue angle of 216.6º degrees, saturation: 0.76, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #8BB2EF is Cyan = 0.42, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB139178239-
CMYK0.420.2600.06
HSL216.6º75.76%74.12%-
HSV(B)216.6º41.84%93.73%-
XYZ42.1543.5687.85-
YUV173.29165.08103.54-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 25%
GREEN value IS 178 (69.92% from 255) = 32.01%
BLUE value IS 239 (93.75% from 255) = 42.99%
R=25%
G=32.01%
B=42.99%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1391782390.420.2600.06216.675.7674.12
Hex8BB2EF2A1A06d94c4a
Octal213262357523206331114112
Binary1000101110110010111011111010101101001101101100110011001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8BB2EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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