Html Css Color HEX #F1F7F8 Azure

📋 copy color: '#F1F7F8'

red 241 ◦ green 247 ◦ blue 248

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

Shades of Azure #F1F7F8

Tints of Azure #F1F7F8

RGB

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

 GREEN value IS 247 (96.88% from 255) = 33.56%

 BLUE value IS 248 (97.27% from 255) = 33.7%

R = 32.74%
G = 33.56%
B = 33.7%

CMYK

 C value IS 0.03

 M value IS 0.00

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#F1F7F8 (or 0xF1F7F8) is known color: Azure. HEX triplet: F1, F7 and F8. RGB value is (241,247,248). Sum of RGB (Red+Green+Blue) = 241+247+248=736 (97% of max value = 765). Red value is 241 (94.53% from 255 or 32.74% from 736); Green value is 247 (96.88% from 255 or 33.56% from 736); Blue value is 248 (97.27% from 255 or 33.70% from 736); Max value from RGB is 248 - color contains mainly: blue. Hex color #F1F7F8 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F1F7F8 is #0E0807. Grayscale: #F5F5F5. Windows color (decimal): -919560 or 16316401. OLE color: 16316401.

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

Color convert

RGB 241 247 248 -
CMYK 0.03 0.00 0 0.03
HSL 188.57º 0.33% 0.96% -
HSV(B) 188.57º 0.03% 0.97% -
XYZ 86.48 92 102.01 -
YUV 245.32 129.51 124.92 -
System Red Green Blue C M Y K H S L
Decimal 241 247 248 0.03 0.00 0 0.03 188.57 0.33 0.96
Hex F1 F7 F8 3 0 0 3 BD 21 60
Octal 361 367 370 3 0 0 3 275 41 140
Binary 11110001 11110111 11111000 11 0 0 11 10111101 100001 1100000

Color Harmonies of #F1F7F8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1F7F8

Black with #F1F7F8

Text Example


Text Example

White with #F1F7F8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1F7F8; }

 p { color: rgb(241,247,248); }

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

background-color css

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

 a { background-color: rgb(241,247,248); }

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

border-color css

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

 span { border-color: rgb(241,247,248); }

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