Html Css Color HEX #8CE1EE Blizzard Blue

📋 copy color: '#8CE1EE'

red 140 ◦ green 225 ◦ blue 238

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

Shades of Blizzard Blue #8CE1EE

Tints of Blizzard Blue #8CE1EE

RGB

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

 GREEN value IS 225 (88.28% from 255) = 37.31%

 BLUE value IS 238 (93.36% from 255) = 39.47%

R = 23.22%
G = 37.31%
B = 39.47%

CMYK

 C value IS 0.41

 M value IS 0.05

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#8CE1EE (or 0x8CE1EE) is known color: Blizzard Blue. HEX triplet: 8C, E1 and EE. RGB value is (140,225,238). Sum of RGB (Red+Green+Blue) = 140+225+238=603 (79% of max value = 765). Red value is 140 (55.08% from 255 or 23.22% from 603); Green value is 225 (88.28% from 255 or 37.31% from 603); Blue value is 238 (93.36% from 255 or 39.47% from 603); Max value from RGB is 238 - color contains mainly: blue. Hex color #8CE1EE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8CE1EE is #731E11. Grayscale: #C8C8C8. Windows color (decimal): -7544338 or 15655308. OLE color: 15655308.

HSL color Cylindrical-coordinate representation of color #8CE1EE: hue angle of 187.96º degrees, saturation: 0.74, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #8CE1EE is Cyan = 0.41, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 140 225 238 -
CMYK 0.41 0.05 0 0.07
HSL 187.96º 0.74% 0.74% -
HSV(B) 187.96º 0.41% 0.93% -
XYZ 53.17 65.6 90.75 -
YUV 201.07 148.84 84.44 -
System Red Green Blue C M Y K H S L
Decimal 140 225 238 0.41 0.05 0 0.07 187.96 0.74 0.74
Hex 8C E1 EE 29 5 0 7 BC 4A 4A
Octal 214 341 356 51 5 0 7 274 112 112
Binary 10001100 11100001 11101110 101001 101 0 111 10111100 1001010 1001010

Color Harmonies of #8CE1EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8CE1EE

Black with #8CE1EE

Text Example


Text Example

White with #8CE1EE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,225,238); }

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

background-color css

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

 a { background-color: rgb(140,225,238); }

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

border-color css

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

 span { border-color: rgb(140,225,238); }

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