Html Css Color HEX #95E3EA Blizzard Blue

📋 copy color: '#95E3EA'

red 149 ◦ green 227 ◦ blue 234

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

Shades of Blizzard Blue #95E3EA

Tints of Blizzard Blue #95E3EA

RGB

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

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

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

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

CMYK

 C value IS 0.36

 M value IS 0.03

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#95E3EA (or 0x95E3EA) is known color: Blizzard Blue. HEX triplet: 95, E3 and EA. RGB value is (149,227,234). Sum of RGB (Red+Green+Blue) = 149+227+234=610 (80% of max value = 765). Red value is 149 (58.59% from 255 or 24.43% from 610); Green value is 227 (89.06% from 255 or 37.21% from 610); Blue value is 234 (91.80% from 255 or 38.36% from 610); Max value from RGB is 234 - color contains mainly: blue. Hex color #95E3EA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #95E3EA is #6A1C15. Grayscale: #CCCCCC. Windows color (decimal): -6954006 or 15393685. OLE color: 15393685.

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

Color convert

RGB 149 227 234 -
CMYK 0.36 0.03 0 0.08
HSL 184.94º 0.67% 0.75% -
HSV(B) 184.94º 0.36% 0.92% -
XYZ 54.71 67.27 87.94 -
YUV 204.48 144.66 88.43 -
System Red Green Blue C M Y K H S L
Decimal 149 227 234 0.36 0.03 0 0.08 184.94 0.67 0.75
Hex 95 E3 EA 24 3 0 8 B9 43 4B
Octal 225 343 352 44 3 0 10 271 103 113
Binary 10010101 11100011 11101010 100100 11 0 1000 10111001 1000011 1001011

Color Harmonies of #95E3EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95E3EA

Black with #95E3EA

Text Example


Text Example

White with #95E3EA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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