Html Css Color HEX #95E9FA Blizzard Blue

📋 copy color: '#95E9FA'

red 149 ◦ green 233 ◦ blue 250

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

Shades of Blizzard Blue #95E9FA

Tints of Blizzard Blue #95E9FA

RGB

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

 GREEN value IS 233 (91.41% from 255) = 36.87%

 BLUE value IS 250 (98.05% from 255) = 39.56%

R = 23.58%
G = 36.87%
B = 39.56%

CMYK

 C value IS 0.40

 M value IS 0.07

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#95E9FA (or 0x95E9FA) is known color: Blizzard Blue. HEX triplet: 95, E9 and FA. RGB value is (149,233,250). Sum of RGB (Red+Green+Blue) = 149+233+250=632 (83% of max value = 765). Red value is 149 (58.59% from 255 or 23.58% from 632); Green value is 233 (91.41% from 255 or 36.87% from 632); Blue value is 250 (98.05% from 255 or 39.56% from 632); Max value from RGB is 250 - color contains mainly: blue. Hex color #95E9FA is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #95E9FA is #6A1605. Grayscale: #D1D1D1. Windows color (decimal): -6952454 or 16443797. OLE color: 16443797.

HSL color Cylindrical-coordinate representation of color #95E9FA: hue angle of 190.1º degrees, saturation: 0.91, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #95E9FA is Cyan = 0.40, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 149 233 250 -
CMYK 0.40 0.07 0 0.02
HSL 190.1º 0.91% 0.78% -
HSV(B) 190.1º 0.4% 0.98% -
XYZ 58.79 71.57 101.16 -
YUV 209.82 150.67 84.62 -
System Red Green Blue C M Y K H S L
Decimal 149 233 250 0.40 0.07 0 0.02 190.1 0.91 0.78
Hex 95 E9 FA 28 7 0 2 BE 5B 4E
Octal 225 351 372 50 7 0 2 276 133 116
Binary 10010101 11101001 11111010 101000 111 0 10 10111110 1011011 1001110

Color Harmonies of #95E9FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95E9FA

Black with #95E9FA

Text Example


Text Example

White with #95E9FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(149,233,250); }

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

background-color css

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

 a { background-color: rgb(149,233,250); }

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

border-color css

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

 span { border-color: rgb(149,233,250); }

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