Html Css Color HEX #F9FEFF Azure

📋 copy color: '#F9FEFF'

red 249 ◦ green 254 ◦ blue 255

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

Shades of Azure #F9FEFF

Tints of Azure #F9FEFF

RGB

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

 GREEN value IS 254 (99.61% from 255) = 33.51%

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

R = 32.85%
G = 33.51%
B = 33.64%

CMYK

 C value IS 0.02

 M value IS 0.00

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#F9FEFF (or 0xF9FEFF) is known color: Azure. HEX triplet: F9, FE and FF. RGB value is (249,254,255). Sum of RGB (Red+Green+Blue) = 249+254+255=758 (100% of max value = 765). Red value is 249 (97.66% from 255 or 32.85% from 758); Green value is 254 (99.61% from 255 or 33.51% from 758); Blue value is 255 (100% from 255 or 33.64% from 758); Max value from RGB is 255 - color contains mainly: blue. Hex color #F9FEFF is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F9FEFF is #060100. Grayscale: #FCFCFC. Windows color (decimal): -393473 or 16776953. OLE color: 16776953.

HSL color Cylindrical-coordinate representation of color #F9FEFF: hue angle of 190º 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 #F9FEFF is Cyan = 0.02, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 249 254 255 -
CMYK 0.02 0.00 0 0
HSL 190º 1% 0.99% -
HSV(B) 190º 0.02% 1% -
XYZ 92.56 98.24 108.69 -
YUV 252.62 129.34 125.42 -
System Red Green Blue C M Y K H S L
Decimal 249 254 255 0.02 0.00 0 0 190 1 0.99
Hex F9 FE FF 2 0 0 0 BE 64 63
Octal 371 376 377 2 0 0 0 276 144 143
Binary 11111001 11111110 11111111 10 0 0 0 10111110 1100100 1100011

Color Harmonies of #F9FEFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9FEFF

Black with #F9FEFF

Text Example


Text Example

White with #F9FEFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9FEFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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