Html Css Color HEX #8BEBEC Blizzard Blue

📋 copy color: '#8BEBEC'

red 139 ◦ green 235 ◦ blue 236

#8BEBEC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Blizzard Blue #8BEBEC

Tints of Blizzard Blue #8BEBEC

RGB

 RED value IS 139 (54.69% from 255) = 22.79%

 GREEN value IS 235 (92.19% from 255) = 38.52%

 BLUE value IS 236 (92.58% from 255) = 38.69%

R = 22.79%
G = 38.52%
B = 38.69%

CMYK

 C value IS 0.41

 M value IS 0.00

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#8BEBEC (or 0x8BEBEC) is known color: Blizzard Blue. HEX triplet: 8B, EB and EC. RGB value is (139,235,236). Sum of RGB (Red+Green+Blue) = 139+235+236=610 (80% of max value = 765). Red value is 139 (54.69% from 255 or 22.79% from 610); Green value is 235 (92.19% from 255 or 38.52% from 610); Blue value is 236 (92.58% from 255 or 38.69% from 610); Max value from RGB is 236 - color contains mainly: blue. Hex color #8BEBEC is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #8BEBEC is #741413. Grayscale: #CECECE. Windows color (decimal): -7607316 or 15526795. OLE color: 15526795.

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

Color convert

RGB 139 235 236 -
CMYK 0.41 0.00 0 0.07
HSL 180.62º 0.72% 0.74% -
HSV(B) 180.62º 0.41% 0.93% -
XYZ 55.5 70.96 90.13 -
YUV 206.41 144.7 79.92 -
System Red Green Blue C M Y K H S L
Decimal 139 235 236 0.41 0.00 0 0.07 180.62 0.72 0.74
Hex 8B EB EC 29 0 0 7 B5 48 4A
Octal 213 353 354 51 0 0 7 265 110 112
Binary 10001011 11101011 11101100 101001 0 0 111 10110101 1001000 1001010

Color Harmonies of #8BEBEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8BEBEC

Black with #8BEBEC

Text Example


Text Example

White with #8BEBEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #8BEBEC;
 }
 .AnyTagClassName
 {
   color: #8BEBEC;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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