#F0FEFF

Color #F0FEFF Azure (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Azure #F0FEFF

Tints of Azure #F0FEFF

Color information

#F0FEFF (or 0xF0FEFF) is unknown color: approx Azure. HEX triplet: F0, FE and FF. RGB value is (240,254,255). Sum of RGB (Red+Green+Blue) = 240+254+255=749 (99% of max value = 765). Red value is 240 (94.14% from 255 or 32.04% from 749); Green value is 254 (99.61% from 255 or 33.91% from 749); Blue value is 255 (100% from 255 or 34.05% from 749); Max value from RGB is 255 - color contains mainly: blue. Hex color #F0FEFF is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F0FEFF is #0F0100. Grayscale: #F9F9F9. Windows color (decimal): -983297 or 16776944. OLE color: 16776944.

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

Color convert

RGB240254255-
CMYK0.060.0000
HSL184º100%97.06%-
HSV(B)184º5.88%100%-
XYZ89.4396.63108.55-
YUV249.93130.86120.92-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 32.04%
GREEN value IS 254 (99.61% from 255) = 33.91%
BLUE value IS 255 (100% from 255) = 34.05%
R=32.04%
G=33.91%
B=34.05%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.00
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2402542550.060.000018410097.06
HexF0FEFF6000b86461
Octal3603763776000270144141
Binary1111000011111110111111111100001011100011001001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0FEFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0FEFF; }

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

 H1.HeaderClassName
 {
   color: #F0FEFF;
 }
 .AnyTagClassName
 {
   color: #F0FEFF;
 }
</style>
background-color css

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

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

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

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

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

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