Html Css Color HEX #F5F9FA Azure

📋 copy color: '#F5F9FA'

red 245 ◦ green 249 ◦ blue 250

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

Shades of Azure #F5F9FA

Tints of Azure #F5F9FA

RGB

 RED value IS 245 (96.09% from 255) = 32.93%

 GREEN value IS 249 (97.66% from 255) = 33.47%

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

R = 32.93%
G = 33.47%
B = 33.6%

CMYK

 C value IS 0.02

 M value IS 0.00

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#F5F9FA (or 0xF5F9FA) is known color: Azure. HEX triplet: F5, F9 and FA. RGB value is (245,249,250). Sum of RGB (Red+Green+Blue) = 245+249+250=744 (98% of max value = 765). Red value is 245 (96.09% from 255 or 32.93% from 744); Green value is 249 (97.66% from 255 or 33.47% from 744); Blue value is 250 (98.05% from 255 or 33.60% from 744); Max value from RGB is 250 - color contains mainly: blue. Hex color #F5F9FA is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F5F9FA is #0A0605. Grayscale: #F7F7F7. Windows color (decimal): -656902 or 16447989. OLE color: 16447989.

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

Color convert

RGB 245 249 250 -
CMYK 0.02 0.00 0 0.02
HSL 192º 0.33% 0.97% -
HSV(B) 192º 0.02% 0.98% -
XYZ 88.79 94.07 103.92 -
YUV 247.92 129.17 125.92 -
System Red Green Blue C M Y K H S L
Decimal 245 249 250 0.02 0.00 0 0.02 192 0.33 0.97
Hex F5 F9 FA 2 0 0 2 C0 21 61
Octal 365 371 372 2 0 0 2 300 41 141
Binary 11110101 11111001 11111010 10 0 0 10 11000000 100001 1100001

Color Harmonies of #F5F9FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5F9FA

Black with #F5F9FA

Text Example


Text Example

White with #F5F9FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5F9FA; }

 p { color: rgb(245,249,250); }

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

background-color css

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

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

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

border-color css

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

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

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