#8DEBEE

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

Shades of Blizzard Blue #8DEBEE

Tints of Blizzard Blue #8DEBEE

Color information

#8DEBEE (or 0x8DEBEE) is unknown color: approx Blizzard Blue. HEX triplet: 8D, EB and EE. RGB value is (141,235,238). Sum of RGB (Red+Green+Blue) = 141+235+238=614 (81% of max value = 765). Red value is 141 (55.47% from 255 or 22.96% from 614); Green value is 235 (92.19% from 255 or 38.27% from 614); Blue value is 238 (93.36% from 255 or 38.76% from 614); Max value from RGB is 238 - color contains mainly: blue. Hex color #8DEBEE is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #8DEBEE is #721411. Grayscale: #CFCFCF. Windows color (decimal): -7476242 or 15657869. OLE color: 15657869.

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

Color convert

RGB141235238-
CMYK0.410.0100.07
HSL181.86º74.05%74.31%-
HSV(B)181.86º40.76%93.33%-
XYZ56.1371.2591.68-
YUV207.24145.3680.76-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 22.96%
GREEN value IS 235 (92.19% from 255) = 38.27%
BLUE value IS 238 (93.36% from 255) = 38.76%
R=22.96%
G=38.27%
B=38.76%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1412352380.410.0100.07181.8674.0574.31
Hex8DEBEE29107b64a4a
Octal21535335651107266112112
Binary100011011110101111101110101001101111011011010010101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DEBEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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