#95EBE4

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

Shades of Blizzard Blue #95EBE4

Tints of Blizzard Blue #95EBE4

Color information

#95EBE4 (or 0x95EBE4) is unknown color: approx Blizzard Blue. HEX triplet: 95, EB and E4. RGB value is (149,235,228). Sum of RGB (Red+Green+Blue) = 149+235+228=612 (81% of max value = 765). Red value is 149 (58.59% from 255 or 24.35% from 612); Green value is 235 (92.19% from 255 or 38.40% from 612); Blue value is 228 (89.45% from 255 or 37.25% from 612); Max value from RGB is 235 - color contains mainly: green. Hex color #95EBE4 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #95EBE4 is #6A141B. Grayscale: #D0D0D0. Windows color (decimal): -6951964 or 15002517. OLE color: 15002517.

HSL color Cylindrical-coordinate representation of color #95EBE4: hue angle of 175.12º degrees, saturation: 0.68, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #95EBE4 is Cyan = 0.37, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.08.

Color convert

RGB149235228-
CMYK0.3700.030.08
HSL175.12º68.25%75.29%-
HSV(B)175.12º36.6%92.16%-
XYZ56.1171.4184.22-
YUV208.49139.0185.57-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 24.35%
GREEN value IS 235 (92.19% from 255) = 38.40%
BLUE value IS 228 (89.45% from 255) = 37.25%
R=24.35%
G=38.40%
B=37.25%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1492352280.3700.030.08175.1268.2575.29
Hex95EBE425038af444b
Octal225353344450310257104113
Binary10010101111010111110010010010101110001010111110001001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95EBE4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(149,235,228); }

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

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

 a { background-color: rgb(149,235,228); }

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

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

 span { border-color: rgb(149,235,228); }

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