Html Css Color HEX #96DCF1 Blizzard Blue

📋 copy color: '#96DCF1'

red 150 ◦ green 220 ◦ blue 241

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

Shades of Blizzard Blue #96DCF1

Tints of Blizzard Blue #96DCF1

RGB

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

 GREEN value IS 220 (86.33% from 255) = 36.01%

 BLUE value IS 241 (94.53% from 255) = 39.44%

R = 24.55%
G = 36.01%
B = 39.44%

CMYK

 C value IS 0.38

 M value IS 0.09

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#96DCF1 (or 0x96DCF1) is known color: Blizzard Blue. HEX triplet: 96, DC and F1. RGB value is (150,220,241). Sum of RGB (Red+Green+Blue) = 150+220+241=611 (80% of max value = 765). Red value is 150 (58.98% from 255 or 24.55% from 611); Green value is 220 (86.33% from 255 or 36.01% from 611); Blue value is 241 (94.53% from 255 or 39.44% from 611); Max value from RGB is 241 - color contains mainly: blue. Hex color #96DCF1 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #96DCF1 is #69230E. Grayscale: #C9C9C9. Windows color (decimal): -6890255 or 15850646. OLE color: 15850646.

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

Color convert

RGB 150 220 241 -
CMYK 0.38 0.09 0 0.05
HSL 193.85º 0.76% 0.77% -
HSV(B) 193.85º 0.38% 0.95% -
XYZ 54.05 64.02 92.73 -
YUV 201.46 150.31 91.29 -
System Red Green Blue C M Y K H S L
Decimal 150 220 241 0.38 0.09 0 0.05 193.85 0.76 0.77
Hex 96 DC F1 26 9 0 5 C2 4C 4D
Octal 226 334 361 46 11 0 5 302 114 115
Binary 10010110 11011100 11110001 100110 1001 0 101 11000010 1001100 1001101

Color Harmonies of #96DCF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96DCF1

Black with #96DCF1

Text Example


Text Example

White with #96DCF1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(150,220,241); }

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

background-color css

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

 a { background-color: rgb(150,220,241); }

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

border-color css

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

 span { border-color: rgb(150,220,241); }

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