Html Css Color HEX #F9FFFF Azure

📋 copy color: '#F9FFFF'

red 249 ◦ green 255 ◦ blue 255

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

Shades of Azure #F9FFFF

Tints of Azure #F9FFFF

RGB

 RED value IS 249 (97.66% from 255) = 32.81%

 GREEN value IS 255 (100% from 255) = 33.6%

 BLUE value IS 255 (100% from 255) = 33.6%

R = 32.81%
G = 33.6%
B = 33.6%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#F9FFFF (or 0xF9FFFF) is known color: Azure. HEX triplet: F9, FF and FF. RGB value is (249,255,255). Sum of RGB (Red+Green+Blue) = 249+255+255=759 (100% of max value = 765). Red value is 249 (97.66% from 255 or 32.81% from 759); Green value is 255 (100% from 255 or 33.60% from 759); Blue value is 255 (100% from 255 or 33.60% from 759); Max value from RGB is 255 - color contains mainly: green, blue. Hex color #F9FFFF is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F9FFFF is #060000. Grayscale: #FDFDFD. Windows color (decimal): -393217 or 16777209. OLE color: 16777209.

HSL color Cylindrical-coordinate representation of color #F9FFFF: hue angle of 180º degrees, saturation: 1, lightness: 0.99%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #F9FFFF is Cyan = 0.02, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 249 255 255 -
CMYK 0.02 0 0 0
HSL 180º 1% 0.99% -
HSV(B) 180º 0.02% 1% -
XYZ 92.88 98.88 108.8 -
YUV 253.21 129.01 125 -
System Red Green Blue C M Y K H S L
Decimal 249 255 255 0.02 0 0 0 180 1 0.99
Hex F9 FF FF 2 0 0 0 B4 64 63
Octal 371 377 377 2 0 0 0 264 144 143
Binary 11111001 11111111 11111111 10 0 0 0 10110100 1100100 1100011

Color Harmonies of #F9FFFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9FFFF

Black with #F9FFFF

Text Example


Text Example

White with #F9FFFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9FFFF; }

 p { color: rgb(249,255,255); }

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

background-color css

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

 a { background-color: rgb(249,255,255); }

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

border-color css

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

 span { border-color: rgb(249,255,255); }

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