Html Css Color HEX #F0F9FA Azure

📋 copy color: '#F0F9FA'

red 240 ◦ green 249 ◦ blue 250

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

Shades of Azure #F0F9FA

Tints of Azure #F0F9FA

RGB

 RED value IS 240 (94.14% from 255) = 32.48%

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

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

R = 32.48%
G = 33.69%
B = 33.83%

CMYK

 C value IS 0.04

 M value IS 0.00

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#F0F9FA (or 0xF0F9FA) is known color: Azure. HEX triplet: F0, F9 and FA. RGB value is (240,249,250). Sum of RGB (Red+Green+Blue) = 240+249+250=739 (97% of max value = 765). Red value is 240 (94.14% from 255 or 32.48% from 739); Green value is 249 (97.66% from 255 or 33.69% from 739); Blue value is 250 (98.05% from 255 or 33.83% from 739); Max value from RGB is 250 - color contains mainly: blue. Hex color #F0F9FA is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F0F9FA is #0F0605. Grayscale: #F6F6F6. Windows color (decimal): -984582 or 16447984. OLE color: 16447984.

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

Color convert

RGB 240 249 250 -
CMYK 0.04 0.00 0 0.02
HSL 186º 0.5% 0.96% -
HSV(B) 186º 0.04% 0.98% -
XYZ 87.07 93.18 103.84 -
YUV 246.42 130.02 123.42 -
System Red Green Blue C M Y K H S L
Decimal 240 249 250 0.04 0.00 0 0.02 186 0.5 0.96
Hex F0 F9 FA 4 0 0 2 BA 32 60
Octal 360 371 372 4 0 0 2 272 62 140
Binary 11110000 11111001 11111010 100 0 0 10 10111010 110010 1100000

Color Harmonies of #F0F9FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0F9FA

Black with #F0F9FA

Text Example


Text Example

White with #F0F9FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0F9FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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