Html Css Color HEX #96F4FA Blizzard Blue

📋 copy color: '#96F4FA'

red 150 ◦ green 244 ◦ blue 250

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

Shades of Blizzard Blue #96F4FA

Tints of Blizzard Blue #96F4FA

RGB

 RED value IS 150 (58.98% from 255) = 23.29%

 GREEN value IS 244 (95.7% from 255) = 37.89%

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

R = 23.29%
G = 37.89%
B = 38.82%

CMYK

 C value IS 0.4

 M value IS 0.02

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#96F4FA (or 0x96F4FA) is known color: Blizzard Blue. HEX triplet: 96, F4 and FA. RGB value is (150,244,250). Sum of RGB (Red+Green+Blue) = 150+244+250=644 (85% of max value = 765). Red value is 150 (58.98% from 255 or 23.29% from 644); Green value is 244 (95.70% from 255 or 37.89% from 644); Blue value is 250 (98.05% from 255 or 38.82% from 644); Max value from RGB is 250 - color contains mainly: blue. Hex color #96F4FA is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #96F4FA is #690B05. Grayscale: #D8D8D8. Windows color (decimal): -6884102 or 16446614. OLE color: 16446614.

HSL color Cylindrical-coordinate representation of color #96F4FA: hue angle of 183.6º 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 #96F4FA is Cyan = 0.4, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 150 244 250 -
CMYK 0.4 0.02 0 0.02
HSL 183.6º 0.91% 0.78% -
HSV(B) 183.6º 0.4% 0.98% -
XYZ 62.18 78.09 102.24 -
YUV 216.58 146.86 80.51 -
System Red Green Blue C M Y K H S L
Decimal 150 244 250 0.4 0.02 0 0.02 183.6 0.91 0.78
Hex 96 F4 FA 28 2 0 2 B8 5B 4E
Octal 226 364 372 50 2 0 2 270 133 116
Binary 10010110 11110100 11111010 101000 10 0 10 10111000 1011011 1001110

Color Harmonies of #96F4FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96F4FA

Black with #96F4FA

Text Example


Text Example

White with #96F4FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #96F4FA; }

 p { color: rgb(150,244,250); }

 H1.HeaderClassName
 {
   color: #96F4FA;
 }
 .AnyTagClassName
 {
   color: #96F4FA;
 }
</style>

background-color css

<style>
 a { background-color: #96F4FA; }

 a { background-color: rgb(150,244,250); }

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

border-color css

<style>
 span { border-color: #96F4FA; }

 span { border-color: rgb(150,244,250); }

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