Html Css Color HEX #8CE5EF Blizzard Blue

📋 copy color: '#8CE5EF'

red 140 ◦ green 229 ◦ blue 239

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

Shades of Blizzard Blue #8CE5EF

Tints of Blizzard Blue #8CE5EF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 39.31%

R = 23.03%
G = 37.66%
B = 39.31%

CMYK

 C value IS 0.41

 M value IS 0.04

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#8CE5EF (or 0x8CE5EF) is known color: Blizzard Blue. HEX triplet: 8C, E5 and EF. RGB value is (140,229,239). Sum of RGB (Red+Green+Blue) = 140+229+239=608 (80% of max value = 765). Red value is 140 (55.08% from 255 or 23.03% from 608); Green value is 229 (89.84% from 255 or 37.66% from 608); Blue value is 239 (93.75% from 255 or 39.31% from 608); Max value from RGB is 239 - color contains mainly: blue. Hex color #8CE5EF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8CE5EF is #731A10. Grayscale: #CBCBCB. Windows color (decimal): -7543313 or 15721868. OLE color: 15721868.

HSL color Cylindrical-coordinate representation of color #8CE5EF: hue angle of 186.06º degrees, saturation: 0.76, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #8CE5EF is Cyan = 0.41, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 140 229 239 -
CMYK 0.41 0.04 0 0.06
HSL 186.06º 0.76% 0.74% -
HSV(B) 186.06º 0.41% 0.94% -
XYZ 54.41 67.85 91.89 -
YUV 203.53 148.01 82.69 -
System Red Green Blue C M Y K H S L
Decimal 140 229 239 0.41 0.04 0 0.06 186.06 0.76 0.74
Hex 8C E5 EF 29 4 0 6 BA 4C 4A
Octal 214 345 357 51 4 0 6 272 114 112
Binary 10001100 11100101 11101111 101001 100 0 110 10111010 1001100 1001010

Color Harmonies of #8CE5EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8CE5EF

Black with #8CE5EF

Text Example


Text Example

White with #8CE5EF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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