Html Css Color HEX #95E5EA Blizzard Blue

📋 copy color: '#95E5EA'

red 149 ◦ green 229 ◦ blue 234

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

Shades of Blizzard Blue #95E5EA

Tints of Blizzard Blue #95E5EA

RGB

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

 GREEN value IS 229 (89.84% from 255) = 37.42%

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

R = 24.35%
G = 37.42%
B = 38.24%

CMYK

 C value IS 0.36

 M value IS 0.02

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#95E5EA (or 0x95E5EA) is known color: Blizzard Blue. HEX triplet: 95, E5 and EA. RGB value is (149,229,234). Sum of RGB (Red+Green+Blue) = 149+229+234=612 (81% of max value = 765). Red value is 149 (58.59% from 255 or 24.35% from 612); Green value is 229 (89.84% from 255 or 37.42% from 612); Blue value is 234 (91.80% from 255 or 38.24% from 612); Max value from RGB is 234 - color contains mainly: blue. Hex color #95E5EA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #95E5EA is #6A1A15. Grayscale: #CDCDCD. Windows color (decimal): -6953494 or 15394197. OLE color: 15394197.

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

Color convert

RGB 149 229 234 -
CMYK 0.36 0.02 0 0.08
HSL 183.53º 0.67% 0.75% -
HSV(B) 183.53º 0.36% 0.92% -
XYZ 55.27 68.37 88.13 -
YUV 205.65 144 87.59 -
System Red Green Blue C M Y K H S L
Decimal 149 229 234 0.36 0.02 0 0.08 183.53 0.67 0.75
Hex 95 E5 EA 24 2 0 8 B8 43 4B
Octal 225 345 352 44 2 0 10 270 103 113
Binary 10010101 11100101 11101010 100100 10 0 1000 10111000 1000011 1001011

Color Harmonies of #95E5EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95E5EA

Black with #95E5EA

Text Example


Text Example

White with #95E5EA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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