Html Css Color HEX #95EAFA Blizzard Blue

📋 copy color: '#95EAFA'

red 149 ◦ green 234 ◦ blue 250

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

Shades of Blizzard Blue #95EAFA

Tints of Blizzard Blue #95EAFA

RGB

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

 GREEN value IS 234 (91.8% from 255) = 36.97%

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

R = 23.54%
G = 36.97%
B = 39.49%

CMYK

 C value IS 0.40

 M value IS 0.06

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#95EAFA (or 0x95EAFA) is known color: Blizzard Blue. HEX triplet: 95, EA and FA. RGB value is (149,234,250). Sum of RGB (Red+Green+Blue) = 149+234+250=633 (83% of max value = 765). Red value is 149 (58.59% from 255 or 23.54% from 633); Green value is 234 (91.80% from 255 or 36.97% from 633); Blue value is 250 (98.05% from 255 or 39.49% from 633); Max value from RGB is 250 - color contains mainly: blue. Hex color #95EAFA is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #95EAFA is #6A1505. Grayscale: #D2D2D2. Windows color (decimal): -6952198 or 16444053. OLE color: 16444053.

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

Color convert

RGB 149 234 250 -
CMYK 0.40 0.06 0 0.02
HSL 189.5º 0.91% 0.78% -
HSV(B) 189.5º 0.4% 0.98% -
XYZ 59.07 72.14 101.25 -
YUV 210.41 150.34 84.2 -
System Red Green Blue C M Y K H S L
Decimal 149 234 250 0.40 0.06 0 0.02 189.5 0.91 0.78
Hex 95 EA FA 28 6 0 2 BE 5B 4E
Octal 225 352 372 50 6 0 2 276 133 116
Binary 10010101 11101010 11111010 101000 110 0 10 10111110 1011011 1001110

Color Harmonies of #95EAFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95EAFA

Black with #95EAFA

Text Example


Text Example

White with #95EAFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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