Html Css Color HEX #F0FBFB Azure

📋 copy color: '#F0FBFB'

red 240 ◦ green 251 ◦ blue 251

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

Shades of Azure #F0FBFB

Tints of Azure #F0FBFB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 33.83%

R = 32.35%
G = 33.83%
B = 33.83%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#F0FBFB (or 0xF0FBFB) is known color: Azure. HEX triplet: F0, FB and FB. RGB value is (240,251,251). Sum of RGB (Red+Green+Blue) = 240+251+251=742 (98% of max value = 765). Red value is 240 (94.14% from 255 or 32.35% from 742); Green value is 251 (98.44% from 255 or 33.83% from 742); Blue value is 251 (98.44% from 255 or 33.83% from 742); Max value from RGB is 251 - color contains mainly: green, blue. Hex color #F0FBFB is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F0FBFB is #0F0404. Grayscale: #F7F7F7. Windows color (decimal): -984069 or 16514032. OLE color: 16514032.

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

Color convert

RGB 240 251 251 -
CMYK 0.04 0 0 0.02
HSL 180º 0.58% 0.96% -
HSV(B) 180º 0.04% 0.98% -
XYZ 87.84 94.48 104.87 -
YUV 247.71 129.86 122.5 -
System Red Green Blue C M Y K H S L
Decimal 240 251 251 0.04 0 0 0.02 180 0.58 0.96
Hex F0 FB FB 4 0 0 2 B4 3A 60
Octal 360 373 373 4 0 0 2 264 72 140
Binary 11110000 11111011 11111011 100 0 0 10 10110100 111010 1100000

Color Harmonies of #F0FBFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0FBFB

Black with #F0FBFB

Text Example


Text Example

White with #F0FBFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0FBFB; }

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

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

background-color css

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

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

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

border-color css

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

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

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