Html Css Color HEX #95EAE5 Blizzard Blue

📋 copy color: '#95EAE5'

red 149 ◦ green 234 ◦ blue 229

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

Shades of Blizzard Blue #95EAE5

Tints of Blizzard Blue #95EAE5

RGB

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

 GREEN value IS 234 (91.8% from 255) = 38.24%

 BLUE value IS 229 (89.84% from 255) = 37.42%

R = 24.35%
G = 38.24%
B = 37.42%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.02

 K value IS 0.08

RGB Variations

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

Color information

#95EAE5 (or 0x95EAE5) is known color: Blizzard Blue. HEX triplet: 95, EA and E5. RGB value is (149,234,229). Sum of RGB (Red+Green+Blue) = 149+234+229=612 (81% of max value = 765). Red value is 149 (58.59% from 255 or 24.35% from 612); Green value is 234 (91.80% from 255 or 38.24% from 612); Blue value is 229 (89.84% from 255 or 37.42% from 612); Max value from RGB is 234 - color contains mainly: green. Hex color #95EAE5 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #95EAE5 is #6A151A. Grayscale: #CFCFCF. Windows color (decimal): -6952219 or 15067797. OLE color: 15067797.

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

Color convert

RGB 149 234 229 -
CMYK 0.36 0 0.02 0.08
HSL 176.47º 0.67% 0.75% -
HSV(B) 176.47º 0.36% 0.92% -
XYZ 55.96 70.89 84.86 -
YUV 208.02 139.84 85.91 -
System Red Green Blue C M Y K H S L
Decimal 149 234 229 0.36 0 0.02 0.08 176.47 0.67 0.75
Hex 95 EA E5 24 0 2 8 B0 43 4B
Octal 225 352 345 44 0 2 10 260 103 113
Binary 10010101 11101010 11100101 100100 0 10 1000 10110000 1000011 1001011

Color Harmonies of #95EAE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95EAE5

Black with #95EAE5

Text Example


Text Example

White with #95EAE5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(149,234,229); }

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

background-color css

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

 a { background-color: rgb(149,234,229); }

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

border-color css

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

 span { border-color: rgb(149,234,229); }

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