Html Css Color HEX #99DFF1 Blizzard Blue

📋 copy color: '#99DFF1'

red 153 ◦ green 223 ◦ blue 241

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

Shades of Blizzard Blue #99DFF1

Tints of Blizzard Blue #99DFF1

RGB

 RED value IS 153 (60.16% from 255) = 24.8%

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

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

R = 24.8%
G = 36.14%
B = 39.06%

CMYK

 C value IS 0.37

 M value IS 0.07

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#99DFF1 (or 0x99DFF1) is known color: Blizzard Blue. HEX triplet: 99, DF and F1. RGB value is (153,223,241). Sum of RGB (Red+Green+Blue) = 153+223+241=617 (81% of max value = 765). Red value is 153 (60.16% from 255 or 24.80% from 617); Green value is 223 (87.5% from 255 or 36.14% from 617); Blue value is 241 (94.53% from 255 or 39.06% from 617); Max value from RGB is 241 - color contains mainly: blue. Hex color #99DFF1 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #99DFF1 is #66200E. Grayscale: #CBCBCB. Windows color (decimal): -6692879 or 15851417. OLE color: 15851417.

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

Color convert

RGB 153 223 241 -
CMYK 0.37 0.07 0 0.05
HSL 192.27º 0.76% 0.77% -
HSV(B) 192.27º 0.37% 0.95% -
XYZ 55.4 65.9 93.02 -
YUV 204.12 148.81 91.54 -
System Red Green Blue C M Y K H S L
Decimal 153 223 241 0.37 0.07 0 0.05 192.27 0.76 0.77
Hex 99 DF F1 25 7 0 5 C0 4C 4D
Octal 231 337 361 45 7 0 5 300 114 115
Binary 10011001 11011111 11110001 100101 111 0 101 11000000 1001100 1001101

Color Harmonies of #99DFF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99DFF1

Black with #99DFF1

Text Example


Text Example

White with #99DFF1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #99DFF1; }

 p { color: rgb(153,223,241); }

 H1.HeaderClassName
 {
   color: #99DFF1;
 }
 .AnyTagClassName
 {
   color: #99DFF1;
 }
</style>

background-color css

<style>
 a { background-color: #99DFF1; }

 a { background-color: rgb(153,223,241); }

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

border-color css

<style>
 span { border-color: #99DFF1; }

 span { border-color: rgb(153,223,241); }

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