Html Css Color HEX #95F1EA Blizzard Blue

📋 copy color: '#95F1EA'

red 149 ◦ green 241 ◦ blue 234

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

Shades of Blizzard Blue #95F1EA

Tints of Blizzard Blue #95F1EA

RGB

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

 GREEN value IS 241 (94.53% from 255) = 38.62%

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

R = 23.88%
G = 38.62%
B = 37.5%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.03

 K value IS 0.05

RGB Variations

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

Color information

#95F1EA (or 0x95F1EA) is known color: Blizzard Blue. HEX triplet: 95, F1 and EA. RGB value is (149,241,234). Sum of RGB (Red+Green+Blue) = 149+241+234=624 (82% of max value = 765). Red value is 149 (58.59% from 255 or 23.88% from 624); Green value is 241 (94.53% from 255 or 38.62% from 624); Blue value is 234 (91.80% from 255 or 37.5% from 624); Max value from RGB is 241 - color contains mainly: green. Hex color #95F1EA is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #95F1EA is #6A0E15. Grayscale: #D4D4D4. Windows color (decimal): -6950422 or 15397269. OLE color: 15397269.

HSL color Cylindrical-coordinate representation of color #95F1EA: hue angle of 175.43º degrees, saturation: 0.77, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #95F1EA is Cyan = 0.38, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.05.

Color convert

RGB 149 241 234 -
CMYK 0.38 0 0.03 0.05
HSL 175.43º 0.77% 0.76% -
HSV(B) 175.43º 0.38% 0.95% -
XYZ 58.7 75.24 89.27 -
YUV 212.69 140.02 82.57 -
System Red Green Blue C M Y K H S L
Decimal 149 241 234 0.38 0 0.03 0.05 175.43 0.77 0.76
Hex 95 F1 EA 26 0 3 5 AF 4D 4C
Octal 225 361 352 46 0 3 5 257 115 114
Binary 10010101 11110001 11101010 100110 0 11 101 10101111 1001101 1001100

Color Harmonies of #95F1EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95F1EA

Black with #95F1EA

Text Example


Text Example

White with #95F1EA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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