Html Css Color HEX #8CE9E8 Blizzard Blue

📋 copy color: '#8CE9E8'

red 140 ◦ green 233 ◦ blue 232

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

Shades of Blizzard Blue #8CE9E8

Tints of Blizzard Blue #8CE9E8

RGB

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

 GREEN value IS 233 (91.41% from 255) = 38.51%

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

R = 23.14%
G = 38.51%
B = 38.35%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.00

 K value IS 0.09

RGB Variations

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

Color information

#8CE9E8 (or 0x8CE9E8) is known color: Blizzard Blue. HEX triplet: 8C, E9 and E8. RGB value is (140,233,232). Sum of RGB (Red+Green+Blue) = 140+233+232=605 (80% of max value = 765). Red value is 140 (55.08% from 255 or 23.14% from 605); Green value is 233 (91.41% from 255 or 38.51% from 605); Blue value is 232 (91.02% from 255 or 38.35% from 605); Max value from RGB is 233 - color contains mainly: green. Hex color #8CE9E8 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #8CE9E8 is #731617. Grayscale: #CCCCCC. Windows color (decimal): -7542296 or 15264140. OLE color: 15264140.

HSL color Cylindrical-coordinate representation of color #8CE9E8: hue angle of 179.35º degrees, saturation: 0.68, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #8CE9E8 is Cyan = 0.40, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.09.

Color convert

RGB 140 233 232 -
CMYK 0.40 0 0.00 0.09
HSL 179.35º 0.68% 0.73% -
HSV(B) 179.35º 0.4% 0.91% -
XYZ 54.52 69.68 86.92 -
YUV 205.08 143.19 81.58 -
System Red Green Blue C M Y K H S L
Decimal 140 233 232 0.40 0 0.00 0.09 179.35 0.68 0.73
Hex 8C E9 E8 28 0 0 9 B3 44 49
Octal 214 351 350 50 0 0 11 263 104 111
Binary 10001100 11101001 11101000 101000 0 0 1001 10110011 1000100 1001001

Color Harmonies of #8CE9E8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8CE9E8

Black with #8CE9E8

Text Example


Text Example

White with #8CE9E8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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