Html Css Color HEX #95F2EC Blizzard Blue

📋 copy color: '#95F2EC'

red 149 ◦ green 242 ◦ blue 236

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

Shades of Blizzard Blue #95F2EC

Tints of Blizzard Blue #95F2EC

RGB

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

 GREEN value IS 242 (94.92% from 255) = 38.6%

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

R = 23.76%
G = 38.6%
B = 37.64%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.02

 K value IS 0.05

RGB Variations

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

Color information

#95F2EC (or 0x95F2EC) is known color: Blizzard Blue. HEX triplet: 95, F2 and EC. RGB value is (149,242,236). Sum of RGB (Red+Green+Blue) = 149+242+236=627 (83% of max value = 765). Red value is 149 (58.59% from 255 or 23.76% from 627); Green value is 242 (94.92% from 255 or 38.60% from 627); Blue value is 236 (92.58% from 255 or 37.64% from 627); Max value from RGB is 242 - color contains mainly: green. Hex color #95F2EC is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #95F2EC is #6A0D13. Grayscale: #D5D5D5. Windows color (decimal): -6950164 or 15528597. OLE color: 15528597.

HSL color Cylindrical-coordinate representation of color #95F2EC: hue angle of 176.13º degrees, saturation: 0.78, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #95F2EC is Cyan = 0.38, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.05.

Color convert

RGB 149 242 236 -
CMYK 0.38 0 0.02 0.05
HSL 176.13º 0.78% 0.77% -
HSV(B) 176.13º 0.38% 0.95% -
XYZ 59.29 75.95 90.89 -
YUV 213.51 140.69 81.99 -
System Red Green Blue C M Y K H S L
Decimal 149 242 236 0.38 0 0.02 0.05 176.13 0.78 0.77
Hex 95 F2 EC 26 0 2 5 B0 4E 4D
Octal 225 362 354 46 0 2 5 260 116 115
Binary 10010101 11110010 11101100 100110 0 10 101 10110000 1001110 1001101

Color Harmonies of #95F2EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95F2EC

Black with #95F2EC

Text Example


Text Example

White with #95F2EC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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