Html Css Color HEX #96DFF3 Blizzard Blue

📋 copy color: '#96DFF3'

red 150 ◦ green 223 ◦ blue 243

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

Shades of Blizzard Blue #96DFF3

Tints of Blizzard Blue #96DFF3

RGB

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

 GREEN value IS 223 (87.5% from 255) = 36.2%

 BLUE value IS 243 (95.31% from 255) = 39.45%

R = 24.35%
G = 36.2%
B = 39.45%

CMYK

 C value IS 0.38

 M value IS 0.08

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#96DFF3 (or 0x96DFF3) is known color: Blizzard Blue. HEX triplet: 96, DF and F3. RGB value is (150,223,243). Sum of RGB (Red+Green+Blue) = 150+223+243=616 (81% of max value = 765). Red value is 150 (58.98% from 255 or 24.35% from 616); Green value is 223 (87.5% from 255 or 36.20% from 616); Blue value is 243 (95.31% from 255 or 39.45% from 616); Max value from RGB is 243 - color contains mainly: blue. Hex color #96DFF3 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #96DFF3 is #69200C. Grayscale: #CBCBCB. Windows color (decimal): -6889485 or 15982486. OLE color: 15982486.

HSL color Cylindrical-coordinate representation of color #96DFF3: hue angle of 192.9º degrees, saturation: 0.79, 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 #96DFF3 is Cyan = 0.38, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 150 223 243 -
CMYK 0.38 0.08 0 0.05
HSL 192.9º 0.79% 0.77% -
HSV(B) 192.9º 0.38% 0.95% -
XYZ 55.14 65.73 94.57 -
YUV 203.45 150.32 89.87 -
System Red Green Blue C M Y K H S L
Decimal 150 223 243 0.38 0.08 0 0.05 192.9 0.79 0.77
Hex 96 DF F3 26 8 0 5 C1 4F 4D
Octal 226 337 363 46 10 0 5 301 117 115
Binary 10010110 11011111 11110011 100110 1000 0 101 11000001 1001111 1001101

Color Harmonies of #96DFF3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96DFF3

Black with #96DFF3

Text Example


Text Example

White with #96DFF3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(150,223,243); }

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

background-color css

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

 a { background-color: rgb(150,223,243); }

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

border-color css

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

 span { border-color: rgb(150,223,243); }

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