Html Css Color HEX #95EAE3 Blizzard Blue

📋 copy color: '#95EAE3'

red 149 ◦ green 234 ◦ blue 227

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

Shades of Blizzard Blue #95EAE3

Tints of Blizzard Blue #95EAE3

RGB

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

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

 BLUE value IS 227 (89.06% from 255) = 37.21%

R = 24.43%
G = 38.36%
B = 37.21%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.03

 K value IS 0.08

RGB Variations

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

Color information

#95EAE3 (or 0x95EAE3) is known color: Blizzard Blue. HEX triplet: 95, EA and E3. RGB value is (149,234,227). Sum of RGB (Red+Green+Blue) = 149+234+227=610 (80% of max value = 765). Red value is 149 (58.59% from 255 or 24.43% from 610); Green value is 234 (91.80% from 255 or 38.36% from 610); Blue value is 227 (89.06% from 255 or 37.21% from 610); Max value from RGB is 234 - color contains mainly: green. Hex color #95EAE3 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #95EAE3 is #6A151C. Grayscale: #CFCFCF. Windows color (decimal): -6952221 or 14936725. OLE color: 14936725.

HSL color Cylindrical-coordinate representation of color #95EAE3: hue angle of 175.06º 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 #95EAE3 is Cyan = 0.36, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.08.

Color convert

RGB 149 234 227 -
CMYK 0.36 0 0.03 0.08
HSL 175.06º 0.67% 0.75% -
HSV(B) 175.06º 0.36% 0.92% -
XYZ 55.68 70.78 83.4 -
YUV 207.79 138.84 86.07 -
System Red Green Blue C M Y K H S L
Decimal 149 234 227 0.36 0 0.03 0.08 175.06 0.67 0.75
Hex 95 EA E3 24 0 3 8 AF 43 4B
Octal 225 352 343 44 0 3 10 257 103 113
Binary 10010101 11101010 11100011 100100 0 11 1000 10101111 1000011 1001011

Color Harmonies of #95EAE3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95EAE3

Black with #95EAE3

Text Example


Text Example

White with #95EAE3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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