Html Css Color HEX #F0FBF9 Azure

📋 copy color: '#F0FBF9'

red 240 ◦ green 251 ◦ blue 249

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

Shades of Azure #F0FBF9

Tints of Azure #F0FBF9

RGB

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

 GREEN value IS 251 (98.44% from 255) = 33.92%

 BLUE value IS 249 (97.66% from 255) = 33.65%

R = 32.43%
G = 33.92%
B = 33.65%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.01

 K value IS 0.02

RGB Variations

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

Color information

#F0FBF9 (or 0xF0FBF9) is known color: Azure. HEX triplet: F0, FB and F9. RGB value is (240,251,249). Sum of RGB (Red+Green+Blue) = 240+251+249=740 (98% of max value = 765). Red value is 240 (94.14% from 255 or 32.43% from 740); Green value is 251 (98.44% from 255 or 33.92% from 740); Blue value is 249 (97.66% from 255 or 33.65% from 740); Max value from RGB is 251 - color contains mainly: green. Hex color #F0FBF9 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F0FBF9 is #0F0406. Grayscale: #F7F7F7. Windows color (decimal): -984071 or 16382960. OLE color: 16382960.

HSL color Cylindrical-coordinate representation of color #F0FBF9: hue angle of 169.09º degrees, saturation: 0.58, 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 #F0FBF9 is Cyan = 0.04, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.02.

Color convert

RGB 240 251 249 -
CMYK 0.04 0 0.01 0.02
HSL 169.09º 0.58% 0.96% -
HSV(B) 169.09º 0.04% 0.98% -
XYZ 87.53 94.36 103.22 -
YUV 247.48 128.86 122.66 -
System Red Green Blue C M Y K H S L
Decimal 240 251 249 0.04 0 0.01 0.02 169.09 0.58 0.96
Hex F0 FB F9 4 0 1 2 A9 3A 60
Octal 360 373 371 4 0 1 2 251 72 140
Binary 11110000 11111011 11111001 100 0 1 10 10101001 111010 1100000

Color Harmonies of #F0FBF9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0FBF9

Black with #F0FBF9

Text Example


Text Example

White with #F0FBF9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0FBF9; }

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

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

background-color css

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

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

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

border-color css

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

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

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