Html Css Color HEX #95E2ED Blizzard Blue

📋 copy color: '#95E2ED'

red 149 ◦ green 226 ◦ blue 237

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

Shades of Blizzard Blue #95E2ED

Tints of Blizzard Blue #95E2ED

RGB

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

 GREEN value IS 226 (88.67% from 255) = 36.93%

 BLUE value IS 237 (92.97% from 255) = 38.73%

R = 24.35%
G = 36.93%
B = 38.73%

CMYK

 C value IS 0.37

 M value IS 0.05

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#95E2ED (or 0x95E2ED) is known color: Blizzard Blue. HEX triplet: 95, E2 and ED. RGB value is (149,226,237). Sum of RGB (Red+Green+Blue) = 149+226+237=612 (81% of max value = 765). Red value is 149 (58.59% from 255 or 24.35% from 612); Green value is 226 (88.67% from 255 or 36.93% from 612); Blue value is 237 (92.97% from 255 or 38.73% from 612); Max value from RGB is 237 - color contains mainly: blue. Hex color #95E2ED is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #95E2ED is #6A1D12. Grayscale: #CCCCCC. Windows color (decimal): -6954259 or 15590037. OLE color: 15590037.

HSL color Cylindrical-coordinate representation of color #95E2ED: hue angle of 187.5º degrees, saturation: 0.71, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #95E2ED is Cyan = 0.37, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 149 226 237 -
CMYK 0.37 0.05 0 0.07
HSL 187.5º 0.71% 0.76% -
HSV(B) 187.5º 0.37% 0.93% -
XYZ 54.88 66.9 90.14 -
YUV 204.23 146.49 88.61 -
System Red Green Blue C M Y K H S L
Decimal 149 226 237 0.37 0.05 0 0.07 187.5 0.71 0.76
Hex 95 E2 ED 25 5 0 7 BC 47 4C
Octal 225 342 355 45 5 0 7 274 107 114
Binary 10010101 11100010 11101101 100101 101 0 111 10111100 1000111 1001100

Color Harmonies of #95E2ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95E2ED

Black with #95E2ED

Text Example


Text Example

White with #95E2ED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(149,226,237); }

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

background-color css

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

 a { background-color: rgb(149,226,237); }

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

border-color css

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

 span { border-color: rgb(149,226,237); }

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