Html Css Color HEX #F0FBFC Azure

📋 copy color: '#F0FBFC'

red 240 ◦ green 251 ◦ blue 252

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

Shades of Azure #F0FBFC

Tints of Azure #F0FBFC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 33.92%

R = 32.3%
G = 33.78%
B = 33.92%

CMYK

 C value IS 0.05

 M value IS 0.00

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#F0FBFC (or 0xF0FBFC) is known color: Azure. HEX triplet: F0, FB and FC. RGB value is (240,251,252). Sum of RGB (Red+Green+Blue) = 240+251+252=743 (98% of max value = 765). Red value is 240 (94.14% from 255 or 32.30% from 743); Green value is 251 (98.44% from 255 or 33.78% from 743); Blue value is 252 (98.83% from 255 or 33.92% from 743); Max value from RGB is 252 - color contains mainly: blue. Hex color #F0FBFC is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F0FBFC is #0F0403. Grayscale: #F7F7F7. Windows color (decimal): -984068 or 16579568. OLE color: 16579568.

HSL color Cylindrical-coordinate representation of color #F0FBFC: hue angle of 185º degrees, saturation: 0.67, lightness: 0.96%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #F0FBFC is Cyan = 0.05, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 240 251 252 -
CMYK 0.05 0.00 0 0.01
HSL 185º 0.67% 0.96% -
HSV(B) 185º 0.05% 0.99% -
XYZ 88 94.55 105.71 -
YUV 247.83 130.36 122.42 -
System Red Green Blue C M Y K H S L
Decimal 240 251 252 0.05 0.00 0 0.01 185 0.67 0.96
Hex F0 FB FC 5 0 0 1 B9 43 60
Octal 360 373 374 5 0 0 1 271 103 140
Binary 11110000 11111011 11111100 101 0 0 1 10111001 1000011 1100000

Color Harmonies of #F0FBFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0FBFC

Black with #F0FBFC

Text Example


Text Example

White with #F0FBFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0FBFC; }

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

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

background-color css

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

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

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

border-color css

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

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

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