Html Css Color HEX #95E2EA Blizzard Blue

📋 copy color: '#95E2EA'

red 149 ◦ green 226 ◦ blue 234

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

Shades of Blizzard Blue #95E2EA

Tints of Blizzard Blue #95E2EA

RGB

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

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

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

R = 24.47%
G = 37.11%
B = 38.42%

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

#95E2EA (or 0x95E2EA) is known color: Blizzard Blue. HEX triplet: 95, E2 and EA. RGB value is (149,226,234). Sum of RGB (Red+Green+Blue) = 149+226+234=609 (80% of max value = 765). Red value is 149 (58.59% from 255 or 24.47% from 609); Green value is 226 (88.67% from 255 or 37.11% from 609); Blue value is 234 (91.80% from 255 or 38.42% from 609); Max value from RGB is 234 - color contains mainly: blue. Hex color #95E2EA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #95E2EA is #6A1D15. Grayscale: #CBCBCB. Windows color (decimal): -6954262 or 15393429. OLE color: 15393429.

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

Color convert

RGB 149 226 234 -
CMYK 0.36 0.03 0 0.08
HSL 185.65º 0.67% 0.75% -
HSV(B) 185.65º 0.36% 0.92% -
XYZ 54.44 66.72 87.85 -
YUV 203.89 144.99 88.85 -
System Red Green Blue C M Y K H S L
Decimal 149 226 234 0.36 0.03 0 0.08 185.65 0.67 0.75
Hex 95 E2 EA 24 3 0 8 BA 43 4B
Octal 225 342 352 44 3 0 10 272 103 113
Binary 10010101 11100010 11101010 100100 11 0 1000 10111010 1000011 1001011

Color Harmonies of #95E2EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95E2EA

Black with #95E2EA

Text Example


Text Example

White with #95E2EA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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