Html Css Color HEX #95EDE8 Blizzard Blue

📋 copy color: '#95EDE8'

red 149 ◦ green 237 ◦ blue 232

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

Shades of Blizzard Blue #95EDE8

Tints of Blizzard Blue #95EDE8

RGB

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

 GREEN value IS 237 (92.97% from 255) = 38.35%

 BLUE value IS 232 (91.02% from 255) = 37.54%

R = 24.11%
G = 38.35%
B = 37.54%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.02

 K value IS 0.07

RGB Variations

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

Color information

#95EDE8 (or 0x95EDE8) is known color: Blizzard Blue. HEX triplet: 95, ED and E8. RGB value is (149,237,232). Sum of RGB (Red+Green+Blue) = 149+237+232=618 (81% of max value = 765). Red value is 149 (58.59% from 255 or 24.11% from 618); Green value is 237 (92.97% from 255 or 38.35% from 618); Blue value is 232 (91.02% from 255 or 37.54% from 618); Max value from RGB is 237 - color contains mainly: green. Hex color #95EDE8 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #95EDE8 is #6A1217. Grayscale: #D2D2D2. Windows color (decimal): -6951448 or 15265173. OLE color: 15265173.

HSL color Cylindrical-coordinate representation of color #95EDE8: hue angle of 176.59º 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 #95EDE8 is Cyan = 0.37, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.07.

Color convert

RGB 149 237 232 -
CMYK 0.37 0 0.02 0.07
HSL 176.59º 0.71% 0.76% -
HSV(B) 176.59º 0.37% 0.93% -
XYZ 57.24 72.78 87.38 -
YUV 210.12 140.35 84.41 -
System Red Green Blue C M Y K H S L
Decimal 149 237 232 0.37 0 0.02 0.07 176.59 0.71 0.76
Hex 95 ED E8 25 0 2 7 B1 47 4C
Octal 225 355 350 45 0 2 7 261 107 114
Binary 10010101 11101101 11101000 100101 0 10 111 10110001 1000111 1001100

Color Harmonies of #95EDE8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95EDE8

Black with #95EDE8

Text Example


Text Example

White with #95EDE8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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