Html Css Color HEX #95E0EE Blizzard Blue

📋 copy color: '#95E0EE'

red 149 ◦ green 224 ◦ blue 238

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

Shades of Blizzard Blue #95E0EE

Tints of Blizzard Blue #95E0EE

RGB

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

 GREEN value IS 224 (87.89% from 255) = 36.66%

 BLUE value IS 238 (93.36% from 255) = 38.95%

R = 24.39%
G = 36.66%
B = 38.95%

CMYK

 C value IS 0.37

 M value IS 0.06

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#95E0EE (or 0x95E0EE) is known color: Blizzard Blue. HEX triplet: 95, E0 and EE. RGB value is (149,224,238). Sum of RGB (Red+Green+Blue) = 149+224+238=611 (80% of max value = 765). Red value is 149 (58.59% from 255 or 24.39% from 611); Green value is 224 (87.89% from 255 or 36.66% from 611); Blue value is 238 (93.36% from 255 or 38.95% from 611); Max value from RGB is 238 - color contains mainly: blue. Hex color #95E0EE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #95E0EE is #6A1F11. Grayscale: #CBCBCB. Windows color (decimal): -6954770 or 15655061. OLE color: 15655061.

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

Color convert

RGB 149 224 238 -
CMYK 0.37 0.06 0 0.07
HSL 189.44º 0.72% 0.76% -
HSV(B) 189.44º 0.37% 0.93% -
XYZ 54.48 65.87 90.73 -
YUV 203.17 147.65 89.36 -
System Red Green Blue C M Y K H S L
Decimal 149 224 238 0.37 0.06 0 0.07 189.44 0.72 0.76
Hex 95 E0 EE 25 6 0 7 BD 48 4C
Octal 225 340 356 45 6 0 7 275 110 114
Binary 10010101 11100000 11101110 100101 110 0 111 10111101 1001000 1001100

Color Harmonies of #95E0EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95E0EE

Black with #95E0EE

Text Example


Text Example

White with #95E0EE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(149,224,238); }

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

background-color css

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

 a { background-color: rgb(149,224,238); }

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

border-color css

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

 span { border-color: rgb(149,224,238); }

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