Html Css Color HEX #8DECE2 Blizzard Blue

📋 copy color: '#8DECE2'

red 141 ◦ green 236 ◦ blue 226

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

Shades of Blizzard Blue #8DECE2

Tints of Blizzard Blue #8DECE2

RGB

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

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

 BLUE value IS 226 (88.67% from 255) = 37.48%

R = 23.38%
G = 39.14%
B = 37.48%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.04

 K value IS 0.07

RGB Variations

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

Color information

#8DECE2 (or 0x8DECE2) is known color: Blizzard Blue. HEX triplet: 8D, EC and E2. RGB value is (141,236,226). Sum of RGB (Red+Green+Blue) = 141+236+226=603 (79% of max value = 765). Red value is 141 (55.47% from 255 or 23.38% from 603); Green value is 236 (92.58% from 255 or 39.14% from 603); Blue value is 226 (88.67% from 255 or 37.48% from 603); Max value from RGB is 236 - color contains mainly: green. Hex color #8DECE2 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #8DECE2 is #72131D. Grayscale: #CECECE. Windows color (decimal): -7475998 or 14871693. OLE color: 14871693.

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

Color convert

RGB 141 236 226 -
CMYK 0.40 0 0.04 0.07
HSL 173.68º 0.71% 0.74% -
HSV(B) 173.68º 0.4% 0.93% -
XYZ 54.71 71.14 82.8 -
YUV 206.46 139.03 81.31 -
System Red Green Blue C M Y K H S L
Decimal 141 236 226 0.40 0 0.04 0.07 173.68 0.71 0.74
Hex 8D EC E2 28 0 4 7 AE 47 4A
Octal 215 354 342 50 0 4 7 256 107 112
Binary 10001101 11101100 11100010 101000 0 100 111 10101110 1000111 1001010

Color Harmonies of #8DECE2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8DECE2

Black with #8DECE2

Text Example


Text Example

White with #8DECE2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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