Html Css Color HEX #8CECE8 Blizzard Blue

📋 copy color: '#8CECE8'

red 140 ◦ green 236 ◦ blue 232

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

Shades of Blizzard Blue #8CECE8

Tints of Blizzard Blue #8CECE8

RGB

 RED value IS 140 (55.08% from 255) = 23.03%

 GREEN value IS 236 (92.58% from 255) = 38.82%

 BLUE value IS 232 (91.02% from 255) = 38.16%

R = 23.03%
G = 38.82%
B = 38.16%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.02

 K value IS 0.07

RGB Variations

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

Color information

#8CECE8 (or 0x8CECE8) is known color: Blizzard Blue. HEX triplet: 8C, EC and E8. RGB value is (140,236,232). Sum of RGB (Red+Green+Blue) = 140+236+232=608 (80% of max value = 765). Red value is 140 (55.08% from 255 or 23.03% from 608); Green value is 236 (92.58% from 255 or 38.82% from 608); Blue value is 232 (91.02% from 255 or 38.16% from 608); Max value from RGB is 236 - color contains mainly: green. Hex color #8CECE8 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #8CECE8 is #731317. Grayscale: #CECECE. Windows color (decimal): -7541528 or 15264908. OLE color: 15264908.

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

Color convert

RGB 140 236 232 -
CMYK 0.41 0 0.02 0.07
HSL 177.5º 0.72% 0.74% -
HSV(B) 177.5º 0.41% 0.93% -
XYZ 55.38 71.39 87.21 -
YUV 206.84 142.2 80.33 -
System Red Green Blue C M Y K H S L
Decimal 140 236 232 0.41 0 0.02 0.07 177.5 0.72 0.74
Hex 8C EC E8 29 0 2 7 B2 48 4A
Octal 214 354 350 51 0 2 7 262 110 112
Binary 10001100 11101100 11101000 101001 0 10 111 10110010 1001000 1001010

Color Harmonies of #8CECE8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8CECE8

Black with #8CECE8

Text Example


Text Example

White with #8CECE8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,236,232); }

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

background-color css

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

 a { background-color: rgb(140,236,232); }

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

border-color css

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

 span { border-color: rgb(140,236,232); }

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