Html Css Color HEX #95E8E4 Blizzard Blue

📋 copy color: '#95E8E4'

red 149 ◦ green 232 ◦ blue 228

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

Shades of Blizzard Blue #95E8E4

Tints of Blizzard Blue #95E8E4

RGB

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

 GREEN value IS 232 (91.02% from 255) = 38.1%

 BLUE value IS 228 (89.45% from 255) = 37.44%

R = 24.47%
G = 38.1%
B = 37.44%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.02

 K value IS 0.09

RGB Variations

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

Color information

#95E8E4 (or 0x95E8E4) is known color: Blizzard Blue. HEX triplet: 95, E8 and E4. RGB value is (149,232,228). Sum of RGB (Red+Green+Blue) = 149+232+228=609 (80% of max value = 765). Red value is 149 (58.59% from 255 or 24.47% from 609); Green value is 232 (91.02% from 255 or 38.10% from 609); Blue value is 228 (89.45% from 255 or 37.44% from 609); Max value from RGB is 232 - color contains mainly: green. Hex color #95E8E4 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #95E8E4 is #6A171B. Grayscale: #CECECE. Windows color (decimal): -6952732 or 15001749. OLE color: 15001749.

HSL color Cylindrical-coordinate representation of color #95E8E4: hue angle of 177.11º degrees, saturation: 0.64, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #95E8E4 is Cyan = 0.36, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.09.

Color convert

RGB 149 232 228 -
CMYK 0.36 0 0.02 0.09
HSL 177.11º 0.64% 0.75% -
HSV(B) 177.11º 0.36% 0.91% -
XYZ 55.25 69.7 83.94 -
YUV 206.73 140 86.83 -
System Red Green Blue C M Y K H S L
Decimal 149 232 228 0.36 0 0.02 0.09 177.11 0.64 0.75
Hex 95 E8 E4 24 0 2 9 B1 40 4B
Octal 225 350 344 44 0 2 11 261 100 113
Binary 10010101 11101000 11100100 100100 0 10 1001 10110001 1000000 1001011

Color Harmonies of #95E8E4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95E8E4

Black with #95E8E4

Text Example


Text Example

White with #95E8E4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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