Html Css Color HEX #F1FDFF Azure

📋 copy color: '#F1FDFF'

red 241 ◦ green 253 ◦ blue 255

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

Shades of Azure #F1FDFF

Tints of Azure #F1FDFF

RGB

 RED value IS 241 (94.53% from 255) = 32.18%

 GREEN value IS 253 (99.22% from 255) = 33.78%

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

R = 32.18%
G = 33.78%
B = 34.05%

CMYK

 C value IS 0.05

 M value IS 0.01

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#F1FDFF (or 0xF1FDFF) is known color: Azure. HEX triplet: F1, FD and FF. RGB value is (241,253,255). Sum of RGB (Red+Green+Blue) = 241+253+255=749 (99% of max value = 765). Red value is 241 (94.53% from 255 or 32.18% from 749); Green value is 253 (99.22% from 255 or 33.78% from 749); Blue value is 255 (100% from 255 or 34.05% from 749); Max value from RGB is 255 - color contains mainly: blue. Hex color #F1FDFF is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F1FDFF is #0E0200. Grayscale: #F9F9F9. Windows color (decimal): -918017 or 16776689. OLE color: 16776689.

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

Color convert

RGB 241 253 255 -
CMYK 0.05 0.01 0 0
HSL 188.57º 1% 0.97% -
HSV(B) 188.57º 0.05% 1% -
XYZ 89.45 96.17 108.46 -
YUV 249.64 131.02 121.84 -
System Red Green Blue C M Y K H S L
Decimal 241 253 255 0.05 0.01 0 0 188.57 1 0.97
Hex F1 FD FF 5 1 0 0 BD 64 61
Octal 361 375 377 5 1 0 0 275 144 141
Binary 11110001 11111101 11111111 101 1 0 0 10111101 1100100 1100001

Color Harmonies of #F1FDFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1FDFF

Black with #F1FDFF

Text Example


Text Example

White with #F1FDFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1FDFF; }

 p { color: rgb(241,253,255); }

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

background-color css

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

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

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

border-color css

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

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

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