#8DEAF1

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

Shades of Blizzard Blue #8DEAF1

Tints of Blizzard Blue #8DEAF1

Color information

#8DEAF1 (or 0x8DEAF1) is unknown color: approx Blizzard Blue. HEX triplet: 8D, EA and F1. RGB value is (141,234,241). Sum of RGB (Red+Green+Blue) = 141+234+241=616 (81% of max value = 765). Red value is 141 (55.47% from 255 or 22.89% from 616); Green value is 234 (91.80% from 255 or 37.99% from 616); Blue value is 241 (94.53% from 255 or 39.12% from 616); Max value from RGB is 241 - color contains mainly: blue. Hex color #8DEAF1 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #8DEAF1 is #72150E. Grayscale: #CECECE. Windows color (decimal): -7476495 or 15854221. OLE color: 15854221.

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

Color convert

RGB141234241-
CMYK0.410.0300.05
HSL184.2º78.12%74.9%-
HSV(B)184.2º41.49%94.51%-
XYZ56.2870.8693.93-
YUV206.99147.1980.93-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 22.89%
GREEN value IS 234 (91.80% from 255) = 37.99%
BLUE value IS 241 (94.53% from 255) = 39.12%
R=22.89%
G=37.99%
B=39.12%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1412342410.410.0300.05184.278.1274.9
Hex8DEAF129305b84e4b
Octal21535236151305270116113
Binary1000110111101010111100011010011101011011100010011101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DEAF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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