Html Css Color HEX #99F1FA Blizzard Blue

📋 copy color: '#99F1FA'

red 153 ◦ green 241 ◦ blue 250

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

Shades of Blizzard Blue #99F1FA

Tints of Blizzard Blue #99F1FA

RGB

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

 GREEN value IS 241 (94.53% from 255) = 37.42%

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

R = 23.76%
G = 37.42%
B = 38.82%

CMYK

 C value IS 0.39

 M value IS 0.04

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#99F1FA (or 0x99F1FA) is known color: Blizzard Blue. HEX triplet: 99, F1 and FA. RGB value is (153,241,250). Sum of RGB (Red+Green+Blue) = 153+241+250=644 (85% of max value = 765). Red value is 153 (60.16% from 255 or 23.76% from 644); Green value is 241 (94.53% from 255 or 37.42% 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 #99F1FA is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #99F1FA is #660E05. Grayscale: #D7D7D7. Windows color (decimal): -6688262 or 16445849. OLE color: 16445849.

HSL color Cylindrical-coordinate representation of color #99F1FA: hue angle of 185.57º degrees, saturation: 0.91, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #99F1FA is Cyan = 0.39, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 153 241 250 -
CMYK 0.39 0.04 0 0.02
HSL 185.57º 0.91% 0.79% -
HSV(B) 185.57º 0.39% 0.98% -
XYZ 61.85 76.59 101.97 -
YUV 215.71 147.35 83.27 -
System Red Green Blue C M Y K H S L
Decimal 153 241 250 0.39 0.04 0 0.02 185.57 0.91 0.79
Hex 99 F1 FA 27 4 0 2 BA 5B 4F
Octal 231 361 372 47 4 0 2 272 133 117
Binary 10011001 11110001 11111010 100111 100 0 10 10111010 1011011 1001111

Color Harmonies of #99F1FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99F1FA

Black with #99F1FA

Text Example


Text Example

White with #99F1FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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