Html Css Color HEX #95ECE1 Blizzard Blue

📋 copy color: '#95ECE1'

red 149 ◦ green 236 ◦ blue 225

#95ECE1
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Blizzard Blue #95ECE1

Tints of Blizzard Blue #95ECE1

RGB

 RED value IS 149 (58.59% from 255) = 24.43%

 GREEN value IS 236 (92.58% from 255) = 38.69%

 BLUE value IS 225 (88.28% from 255) = 36.89%

R = 24.43%
G = 38.69%
B = 36.89%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.05

 K value IS 0.07

RGB Variations

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

Color information

#95ECE1 (or 0x95ECE1) is known color: Blizzard Blue. HEX triplet: 95, EC and E1. RGB value is (149,236,225). Sum of RGB (Red+Green+Blue) = 149+236+225=610 (80% of max value = 765). Red value is 149 (58.59% from 255 or 24.43% from 610); Green value is 236 (92.58% from 255 or 38.69% from 610); Blue value is 225 (88.28% from 255 or 36.89% from 610); Max value from RGB is 236 - color contains mainly: green. Hex color #95ECE1 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #95ECE1 is #6A131E. Grayscale: #D0D0D0. Windows color (decimal): -6951711 or 14806165. OLE color: 14806165.

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

Color convert

RGB 149 236 225 -
CMYK 0.37 0 0.05 0.07
HSL 172.41º 0.7% 0.75% -
HSV(B) 172.41º 0.37% 0.93% -
XYZ 55.98 71.82 82.15 -
YUV 208.73 137.18 85.39 -
System Red Green Blue C M Y K H S L
Decimal 149 236 225 0.37 0 0.05 0.07 172.41 0.7 0.75
Hex 95 EC E1 25 0 5 7 AC 46 4B
Octal 225 354 341 45 0 5 7 254 106 113
Binary 10010101 11101100 11100001 100101 0 101 111 10101100 1000110 1001011

Color Harmonies of #95ECE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95ECE1

Black with #95ECE1

Text Example


Text Example

White with #95ECE1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(149,236,225); }

 H1.HeaderClassName
 {
   color: #95ECE1;
 }
 .AnyTagClassName
 {
   color: #95ECE1;
 }
</style>

background-color css

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

 a { background-color: rgb(149,236,225); }

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

border-color css

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

 span { border-color: rgb(149,236,225); }

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