Html Css Color HEX #8CE9E6 Blizzard Blue

📋 copy color: '#8CE9E6'

red 140 ◦ green 233 ◦ blue 230

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

Shades of Blizzard Blue #8CE9E6

Tints of Blizzard Blue #8CE9E6

RGB

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

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

 BLUE value IS 230 (90.23% from 255) = 38.14%

R = 23.22%
G = 38.64%
B = 38.14%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.01

 K value IS 0.09

RGB Variations

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

Color information

#8CE9E6 (or 0x8CE9E6) is known color: Blizzard Blue. HEX triplet: 8C, E9 and E6. RGB value is (140,233,230). Sum of RGB (Red+Green+Blue) = 140+233+230=603 (79% of max value = 765). Red value is 140 (55.08% from 255 or 23.22% from 603); Green value is 233 (91.41% from 255 or 38.64% from 603); Blue value is 230 (90.23% from 255 or 38.14% from 603); Max value from RGB is 233 - color contains mainly: green. Hex color #8CE9E6 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #8CE9E6 is #731619. Grayscale: #CCCCCC. Windows color (decimal): -7542298 or 15133068. OLE color: 15133068.

HSL color Cylindrical-coordinate representation of color #8CE9E6: hue angle of 178.06º 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 #8CE9E6 is Cyan = 0.40, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.09.

Color convert

RGB 140 233 230 -
CMYK 0.40 0 0.01 0.09
HSL 178.06º 0.68% 0.73% -
HSV(B) 178.06º 0.4% 0.91% -
XYZ 54.24 69.57 85.43 -
YUV 204.85 142.19 81.74 -
System Red Green Blue C M Y K H S L
Decimal 140 233 230 0.40 0 0.01 0.09 178.06 0.68 0.73
Hex 8C E9 E6 28 0 1 9 B2 44 49
Octal 214 351 346 50 0 1 11 262 104 111
Binary 10001100 11101001 11100110 101000 0 1 1001 10110010 1000100 1001001

Color Harmonies of #8CE9E6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8CE9E6

Black with #8CE9E6

Text Example


Text Example

White with #8CE9E6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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