Html Css Color HEX #8CE7EA Blizzard Blue

📋 copy color: '#8CE7EA'

red 140 ◦ green 231 ◦ blue 234

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

Shades of Blizzard Blue #8CE7EA

Tints of Blizzard Blue #8CE7EA

RGB

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

 GREEN value IS 231 (90.63% from 255) = 38.18%

 BLUE value IS 234 (91.8% from 255) = 38.68%

R = 23.14%
G = 38.18%
B = 38.68%

CMYK

 C value IS 0.40

 M value IS 0.01

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#8CE7EA (or 0x8CE7EA) is known color: Blizzard Blue. HEX triplet: 8C, E7 and EA. RGB value is (140,231,234). Sum of RGB (Red+Green+Blue) = 140+231+234=605 (80% of max value = 765). Red value is 140 (55.08% from 255 or 23.14% from 605); Green value is 231 (90.62% from 255 or 38.18% from 605); Blue value is 234 (91.80% from 255 or 38.68% from 605); Max value from RGB is 234 - color contains mainly: blue. Hex color #8CE7EA is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #8CE7EA is #731815. Grayscale: #CCCCCC. Windows color (decimal): -7542806 or 15394700. OLE color: 15394700.

HSL color Cylindrical-coordinate representation of color #8CE7EA: hue angle of 181.91º degrees, saturation: 0.69, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #8CE7EA is Cyan = 0.40, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 140 231 234 -
CMYK 0.40 0.01 0 0.08
HSL 181.91º 0.69% 0.73% -
HSV(B) 181.91º 0.4% 0.92% -
XYZ 54.24 68.67 88.24 -
YUV 204.13 144.85 82.26 -
System Red Green Blue C M Y K H S L
Decimal 140 231 234 0.40 0.01 0 0.08 181.91 0.69 0.73
Hex 8C E7 EA 28 1 0 8 B6 45 49
Octal 214 347 352 50 1 0 10 266 105 111
Binary 10001100 11100111 11101010 101000 1 0 1000 10110110 1000101 1001001

Color Harmonies of #8CE7EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8CE7EA

Black with #8CE7EA

Text Example


Text Example

White with #8CE7EA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,231,234); }

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

background-color css

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

 a { background-color: rgb(140,231,234); }

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

border-color css

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

 span { border-color: rgb(140,231,234); }

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