Html Css Color HEX #95EDEA Blizzard Blue

📋 copy color: '#95EDEA'

red 149 ◦ green 237 ◦ blue 234

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

Shades of Blizzard Blue #95EDEA

Tints of Blizzard Blue #95EDEA

RGB

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

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

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

R = 24.03%
G = 38.23%
B = 37.74%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.01

 K value IS 0.07

RGB Variations

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

Color information

#95EDEA (or 0x95EDEA) is known color: Blizzard Blue. HEX triplet: 95, ED and EA. RGB value is (149,237,234). Sum of RGB (Red+Green+Blue) = 149+237+234=620 (82% of max value = 765). Red value is 149 (58.59% from 255 or 24.03% from 620); Green value is 237 (92.97% from 255 or 38.23% from 620); Blue value is 234 (91.80% from 255 or 37.74% from 620); Max value from RGB is 237 - color contains mainly: green. Hex color #95EDEA is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #95EDEA is #6A1215. Grayscale: #D2D2D2. Windows color (decimal): -6951446 or 15396245. OLE color: 15396245.

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

Color convert

RGB 149 237 234 -
CMYK 0.37 0 0.01 0.07
HSL 177.95º 0.71% 0.76% -
HSV(B) 177.95º 0.37% 0.93% -
XYZ 57.53 72.9 88.88 -
YUV 210.35 141.35 84.24 -
System Red Green Blue C M Y K H S L
Decimal 149 237 234 0.37 0 0.01 0.07 177.95 0.71 0.76
Hex 95 ED EA 25 0 1 7 B2 47 4C
Octal 225 355 352 45 0 1 7 262 107 114
Binary 10010101 11101101 11101010 100101 0 1 111 10110010 1000111 1001100

Color Harmonies of #95EDEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95EDEA

Black with #95EDEA

Text Example


Text Example

White with #95EDEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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