Html Css Color HEX #8DECE5 Blizzard Blue

📋 copy color: '#8DECE5'

red 141 ◦ green 236 ◦ blue 229

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

Shades of Blizzard Blue #8DECE5

Tints of Blizzard Blue #8DECE5

RGB

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

 GREEN value IS 236 (92.58% from 255) = 38.94%

 BLUE value IS 229 (89.84% from 255) = 37.79%

R = 23.27%
G = 38.94%
B = 37.79%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.03

 K value IS 0.07

RGB Variations

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

Color information

#8DECE5 (or 0x8DECE5) is known color: Blizzard Blue. HEX triplet: 8D, EC and E5. RGB value is (141,236,229). Sum of RGB (Red+Green+Blue) = 141+236+229=606 (80% of max value = 765). Red value is 141 (55.47% from 255 or 23.27% from 606); Green value is 236 (92.58% from 255 or 38.94% from 606); Blue value is 229 (89.84% from 255 or 37.79% from 606); Max value from RGB is 236 - color contains mainly: green. Hex color #8DECE5 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #8DECE5 is #72131A. Grayscale: #CECECE. Windows color (decimal): -7475995 or 15068301. OLE color: 15068301.

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

Color convert

RGB 141 236 229 -
CMYK 0.40 0 0.03 0.07
HSL 175.58º 0.71% 0.74% -
HSV(B) 175.58º 0.4% 0.93% -
XYZ 55.12 71.31 84.99 -
YUV 206.8 140.53 81.07 -
System Red Green Blue C M Y K H S L
Decimal 141 236 229 0.40 0 0.03 0.07 175.58 0.71 0.74
Hex 8D EC E5 28 0 3 7 B0 47 4A
Octal 215 354 345 50 0 3 7 260 107 112
Binary 10001101 11101100 11100101 101000 0 11 111 10110000 1000111 1001010

Color Harmonies of #8DECE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8DECE5

Black with #8DECE5

Text Example


Text Example

White with #8DECE5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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