Html Css Color HEX #8CE5E4 Blizzard Blue

📋 copy color: '#8CE5E4'

red 140 ◦ green 229 ◦ blue 228

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

Shades of Blizzard Blue #8CE5E4

Tints of Blizzard Blue #8CE5E4

RGB

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

 GREEN value IS 229 (89.84% from 255) = 38.36%

 BLUE value IS 228 (89.45% from 255) = 38.19%

R = 23.45%
G = 38.36%
B = 38.19%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.00

 K value IS 0.10

RGB Variations

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

Color information

#8CE5E4 (or 0x8CE5E4) is known color: Blizzard Blue. HEX triplet: 8C, E5 and E4. RGB value is (140,229,228). Sum of RGB (Red+Green+Blue) = 140+229+228=597 (79% of max value = 765). Red value is 140 (55.08% from 255 or 23.45% from 597); Green value is 229 (89.84% from 255 or 38.36% from 597); Blue value is 228 (89.45% from 255 or 38.19% from 597); Max value from RGB is 229 - color contains mainly: green. Hex color #8CE5E4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8CE5E4 is #731A1B. Grayscale: #CACACA. Windows color (decimal): -7543324 or 15000972. OLE color: 15000972.

HSL color Cylindrical-coordinate representation of color #8CE5E4: hue angle of 179.33º degrees, saturation: 0.63, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #8CE5E4 is Cyan = 0.39, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.10.

Color convert

RGB 140 229 228 -
CMYK 0.39 0 0.00 0.10
HSL 179.33º 0.63% 0.72% -
HSV(B) 179.33º 0.39% 0.9% -
XYZ 52.84 67.22 83.59 -
YUV 202.28 142.51 83.58 -
System Red Green Blue C M Y K H S L
Decimal 140 229 228 0.39 0 0.00 0.10 179.33 0.63 0.72
Hex 8C E5 E4 27 0 0 A B3 3F 48
Octal 214 345 344 47 0 0 12 263 77 110
Binary 10001100 11100101 11100100 100111 0 0 1010 10110011 111111 1001000

Color Harmonies of #8CE5E4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8CE5E4

Black with #8CE5E4

Text Example


Text Example

White with #8CE5E4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,229,228); }

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

background-color css

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

 a { background-color: rgb(140,229,228); }

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

border-color css

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

 span { border-color: rgb(140,229,228); }

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