Html Css Color HEX #F0FFFD Azure

📋 copy color: '#F0FFFD'

red 240 ◦ green 255 ◦ blue 253

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

Shades of Azure #F0FFFD

Tints of Azure #F0FFFD

RGB

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

 GREEN value IS 255 (100% from 255) = 34.09%

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

R = 32.09%
G = 34.09%
B = 33.82%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.01

 K value IS 0

RGB Variations

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

Color information

#F0FFFD (or 0xF0FFFD) is known color: Azure. HEX triplet: F0, FF and FD. RGB value is (240,255,253). Sum of RGB (Red+Green+Blue) = 240+255+253=748 (99% of max value = 765). Red value is 240 (94.14% from 255 or 32.09% from 748); Green value is 255 (100% from 255 or 34.09% from 748); Blue value is 253 (99.22% from 255 or 33.82% from 748); Max value from RGB is 255 - color contains mainly: green. Hex color #F0FFFD is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F0FFFD is #0F0002. Grayscale: #FAFAFA. Windows color (decimal): -983043 or 16646128. OLE color: 16646128.

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

Color convert

RGB 240 255 253 -
CMYK 0.06 0 0.01 0
HSL 172º 1% 0.97% -
HSV(B) 172º 0.06% 1% -
XYZ 89.42 97.14 106.96 -
YUV 250.29 129.53 120.66 -
System Red Green Blue C M Y K H S L
Decimal 240 255 253 0.06 0 0.01 0 172 1 0.97
Hex F0 FF FD 6 0 1 0 AC 64 61
Octal 360 377 375 6 0 1 0 254 144 141
Binary 11110000 11111111 11111101 110 0 1 0 10101100 1100100 1100001

Color Harmonies of #F0FFFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0FFFD

Black with #F0FFFD

Text Example


Text Example

White with #F0FFFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0FFFD; }

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

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

background-color css

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

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

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

border-color css

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

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

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