#8DEBEC

Color #8DEBEC Blizzard Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blizzard Blue #8DEBEC

Tints of Blizzard Blue #8DEBEC

Color information

#8DEBEC (or 0x8DEBEC) is unknown color: approx Blizzard Blue. HEX triplet: 8D, EB and EC. RGB value is (141,235,236). Sum of RGB (Red+Green+Blue) = 141+235+236=612 (81% of max value = 765). Red value is 141 (55.47% from 255 or 23.04% from 612); Green value is 235 (92.19% from 255 or 38.40% from 612); Blue value is 236 (92.58% from 255 or 38.56% from 612); Max value from RGB is 236 - color contains mainly: blue. Hex color #8DEBEC is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #8DEBEC is #721413. Grayscale: #CECECE. Windows color (decimal): -7476244 or 15526797. OLE color: 15526797.

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

Color convert

RGB141235236-
CMYK0.400.0000.07
HSL180.63º71.43%73.92%-
HSV(B)180.63º40.25%92.55%-
XYZ55.8371.1490.14-
YUV207.01144.3680.92-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 23.04%
GREEN value IS 235 (92.19% from 255) = 38.40%
BLUE value IS 236 (92.58% from 255) = 38.56%
R=23.04%
G=38.40%
B=38.56%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.00
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1412352360.400.0000.07180.6371.4373.92
Hex8DEBEC28007b5474a
Octal21535335450007265107112
Binary100011011110101111101100101000001111011010110001111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DEBEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #8DEBEC;
 }
 .AnyTagClassName
 {
   color: #8DEBEC;
 }
</style>
background-color css

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

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

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

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

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

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