#8DEBF1

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

Shades of Blizzard Blue #8DEBF1

Tints of Blizzard Blue #8DEBF1

Color information

#8DEBF1 (or 0x8DEBF1) is unknown color: approx Blizzard Blue. HEX triplet: 8D, EB and F1. RGB value is (141,235,241). Sum of RGB (Red+Green+Blue) = 141+235+241=617 (81% of max value = 765). Red value is 141 (55.47% from 255 or 22.85% from 617); Green value is 235 (92.19% from 255 or 38.09% from 617); Blue value is 241 (94.53% from 255 or 39.06% from 617); Max value from RGB is 241 - color contains mainly: blue. Hex color #8DEBF1 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #8DEBF1 is #72140E. Grayscale: #CFCFCF. Windows color (decimal): -7476239 or 15854477. OLE color: 15854477.

HSL color Cylindrical-coordinate representation of color #8DEBF1: hue angle of 183.6º degrees, saturation: 0.78, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #8DEBF1 is Cyan = 0.41, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB141235241-
CMYK0.410.0200.05
HSL183.6º78.12%74.9%-
HSV(B)183.6º41.49%94.51%-
XYZ56.5771.4394.02-
YUV207.58146.8680.51-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 22.85%
GREEN value IS 235 (92.19% from 255) = 38.09%
BLUE value IS 241 (94.53% from 255) = 39.06%
R=22.85%
G=38.09%
B=39.06%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1412352410.410.0200.05183.678.1274.9
Hex8DEBF129205b84e4b
Octal21535336151205270116113
Binary1000110111101011111100011010011001011011100010011101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DEBF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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