Html Css Color HEX #F0FDFD Azure

📋 copy color: '#F0FDFD'

red 240 ◦ green 253 ◦ blue 253

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

Shades of Azure #F0FDFD

Tints of Azure #F0FDFD

RGB

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

 GREEN value IS 253 (99.22% from 255) = 33.91%

 BLUE value IS 253 (99.22% from 255) = 33.91%

R = 32.17%
G = 33.91%
B = 33.91%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#F0FDFD (or 0xF0FDFD) is known color: Azure. HEX triplet: F0, FD and FD. RGB value is (240,253,253). Sum of RGB (Red+Green+Blue) = 240+253+253=746 (98% of max value = 765). Red value is 240 (94.14% from 255 or 32.17% from 746); Green value is 253 (99.22% from 255 or 33.91% from 746); Blue value is 253 (99.22% from 255 or 33.91% from 746); Max value from RGB is 253 - color contains mainly: green, blue. Hex color #F0FDFD is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F0FDFD is #0F0202. Grayscale: #F9F9F9. Windows color (decimal): -983555 or 16645616. OLE color: 16645616.

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

Color convert

RGB 240 253 253 -
CMYK 0.05 0 0 0.01
HSL 180º 0.76% 0.97% -
HSV(B) 180º 0.05% 0.99% -
XYZ 88.79 95.87 106.75 -
YUV 249.11 130.19 121.5 -
System Red Green Blue C M Y K H S L
Decimal 240 253 253 0.05 0 0 0.01 180 0.76 0.97
Hex F0 FD FD 5 0 0 1 B4 4C 61
Octal 360 375 375 5 0 0 1 264 114 141
Binary 11110000 11111101 11111101 101 0 0 1 10110100 1001100 1100001

Color Harmonies of #F0FDFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0FDFD

Black with #F0FDFD

Text Example


Text Example

White with #F0FDFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0FDFD; }

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

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

background-color css

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

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

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

border-color css

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

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

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