#95DFED

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

Shades of Blizzard Blue #95DFED

Tints of Blizzard Blue #95DFED

Color information

#95DFED (or 0x95DFED) is unknown color: approx Blizzard Blue. HEX triplet: 95, DF and ED. RGB value is (149,223,237). Sum of RGB (Red+Green+Blue) = 149+223+237=609 (80% of max value = 765). Red value is 149 (58.59% from 255 or 24.47% from 609); Green value is 223 (87.5% from 255 or 36.62% from 609); Blue value is 237 (92.97% from 255 or 38.92% from 609); Max value from RGB is 237 - color contains mainly: blue. Hex color #95DFED is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #95DFED is #6A2012. Grayscale: #CACACA. Windows color (decimal): -6955027 or 15589269. OLE color: 15589269.

HSL color Cylindrical-coordinate representation of color #95DFED: hue angle of 189.55º degrees, saturation: 0.71, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #95DFED is Cyan = 0.37, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB149223237-
CMYK0.370.0600.07
HSL189.55º70.97%75.69%-
HSV(B)189.55º37.13%92.94%-
XYZ54.0765.2889.87-
YUV202.47147.4889.86-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 24.47%
GREEN value IS 223 (87.5% from 255) = 36.62%
BLUE value IS 237 (92.97% from 255) = 38.92%
R=24.47%
G=36.62%
B=38.92%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1492232370.370.0600.07189.5570.9775.69
Hex95DFED25607be474c
Octal22533735545607276107114
Binary10010101110111111110110110010111001111011111010001111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95DFED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #95DFED; }

 p { color: rgb(149,223,237); }

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

<style>
 a { background-color: #95DFED; }

 a { background-color: rgb(149,223,237); }

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

<style>
 span { border-color: #95DFED; }

 span { border-color: rgb(149,223,237); }

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