Html Css Color HEX #8DE4EE Blizzard Blue

📋 copy color: '#8DE4EE'

red 141 ◦ green 228 ◦ blue 238

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

Shades of Blizzard Blue #8DE4EE

Tints of Blizzard Blue #8DE4EE

RGB

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

 GREEN value IS 228 (89.45% from 255) = 37.56%

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

R = 23.23%
G = 37.56%
B = 39.21%

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

#8DE4EE (or 0x8DE4EE) is known color: Blizzard Blue. HEX triplet: 8D, E4 and EE. RGB value is (141,228,238). Sum of RGB (Red+Green+Blue) = 141+228+238=607 (80% of max value = 765). Red value is 141 (55.47% from 255 or 23.23% from 607); Green value is 228 (89.45% from 255 or 37.56% from 607); Blue value is 238 (93.36% from 255 or 39.21% from 607); Max value from RGB is 238 - color contains mainly: blue. Hex color #8DE4EE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8DE4EE is #721B11. Grayscale: #CBCBCB. Windows color (decimal): -7478034 or 15656077. OLE color: 15656077.

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

Color convert

RGB 141 228 238 -
CMYK 0.41 0.04 0 0.07
HSL 186.19º 0.74% 0.74% -
HSV(B) 186.19º 0.41% 0.93% -
XYZ 54.16 67.32 91.03 -
YUV 203.13 147.68 83.69 -
System Red Green Blue C M Y K H S L
Decimal 141 228 238 0.41 0.04 0 0.07 186.19 0.74 0.74
Hex 8D E4 EE 29 4 0 7 BA 4A 4A
Octal 215 344 356 51 4 0 7 272 112 112
Binary 10001101 11100100 11101110 101001 100 0 111 10111010 1001010 1001010

Color Harmonies of #8DE4EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8DE4EE

Black with #8DE4EE

Text Example


Text Example

White with #8DE4EE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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