Html Css Color HEX #8DE5EE Blizzard Blue

📋 copy color: '#8DE5EE'

red 141 ◦ green 229 ◦ blue 238

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

Shades of Blizzard Blue #8DE5EE

Tints of Blizzard Blue #8DE5EE

RGB

 RED value IS 141 (55.47% from 255) = 23.19%

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

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

R = 23.19%
G = 37.66%
B = 39.14%

CMYK

 C value IS 0.41

 M value IS 0.04

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#8DE5EE (or 0x8DE5EE) is known color: Blizzard Blue. HEX triplet: 8D, E5 and EE. RGB value is (141,229,238). Sum of RGB (Red+Green+Blue) = 141+229+238=608 (80% of max value = 765). Red value is 141 (55.47% from 255 or 23.19% from 608); Green value is 229 (89.84% from 255 or 37.66% from 608); Blue value is 238 (93.36% from 255 or 39.14% from 608); Max value from RGB is 238 - color contains mainly: blue. Hex color #8DE5EE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8DE5EE is #721A11. Grayscale: #CBCBCB. Windows color (decimal): -7477778 or 15656333. OLE color: 15656333.

HSL color Cylindrical-coordinate representation of color #8DE5EE: hue angle of 185.57º 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 #8DE5EE is Cyan = 0.41, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 141 229 238 -
CMYK 0.41 0.04 0 0.07
HSL 185.57º 0.74% 0.74% -
HSV(B) 185.57º 0.41% 0.93% -
XYZ 54.44 67.87 91.12 -
YUV 203.71 147.35 83.27 -
System Red Green Blue C M Y K H S L
Decimal 141 229 238 0.41 0.04 0 0.07 185.57 0.74 0.74
Hex 8D E5 EE 29 4 0 7 BA 4A 4A
Octal 215 345 356 51 4 0 7 272 112 112
Binary 10001101 11100101 11101110 101001 100 0 111 10111010 1001010 1001010

Color Harmonies of #8DE5EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8DE5EE

Black with #8DE5EE

Text Example


Text Example

White with #8DE5EE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(141,229,238); }

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

background-color css

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

 a { background-color: rgb(141,229,238); }

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

border-color css

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

 span { border-color: rgb(141,229,238); }

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