Html Css Color HEX #95DEEC Blizzard Blue

📋 copy color: '#95DEEC'

red 149 ◦ green 222 ◦ blue 236

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

Shades of Blizzard Blue #95DEEC

Tints of Blizzard Blue #95DEEC

RGB

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

 GREEN value IS 222 (87.11% from 255) = 36.57%

 BLUE value IS 236 (92.58% from 255) = 38.88%

R = 24.55%
G = 36.57%
B = 38.88%

CMYK

 C value IS 0.37

 M value IS 0.06

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#95DEEC (or 0x95DEEC) is known color: Blizzard Blue. HEX triplet: 95, DE and EC. RGB value is (149,222,236). Sum of RGB (Red+Green+Blue) = 149+222+236=607 (80% of max value = 765). Red value is 149 (58.59% from 255 or 24.55% from 607); Green value is 222 (87.11% from 255 or 36.57% from 607); Blue value is 236 (92.58% from 255 or 38.88% from 607); Max value from RGB is 236 - color contains mainly: blue. Hex color #95DEEC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #95DEEC is #6A2113. Grayscale: #C9C9C9. Windows color (decimal): -6955284 or 15523477. OLE color: 15523477.

HSL color Cylindrical-coordinate representation of color #95DEEC: hue angle of 189.66º 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 #95DEEC is Cyan = 0.37, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 149 222 236 -
CMYK 0.37 0.06 0 0.07
HSL 189.66º 0.7% 0.75% -
HSV(B) 189.66º 0.37% 0.93% -
XYZ 53.66 64.69 89.01 -
YUV 201.77 147.32 90.36 -
System Red Green Blue C M Y K H S L
Decimal 149 222 236 0.37 0.06 0 0.07 189.66 0.7 0.75
Hex 95 DE EC 25 6 0 7 BE 46 4B
Octal 225 336 354 45 6 0 7 276 106 113
Binary 10010101 11011110 11101100 100101 110 0 111 10111110 1000110 1001011

Color Harmonies of #95DEEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95DEEC

Black with #95DEEC

Text Example


Text Example

White with #95DEEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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