Html Css Color HEX #F0FBFE Azure

📋 copy color: '#F0FBFE'

red 240 ◦ green 251 ◦ blue 254

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

Shades of Azure #F0FBFE

Tints of Azure #F0FBFE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 34.09%

R = 32.21%
G = 33.69%
B = 34.09%

CMYK

 C value IS 0.06

 M value IS 0.01

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#F0FBFE (or 0xF0FBFE) is known color: Azure. HEX triplet: F0, FB and FE. RGB value is (240,251,254). Sum of RGB (Red+Green+Blue) = 240+251+254=745 (98% of max value = 765). Red value is 240 (94.14% from 255 or 32.21% from 745); Green value is 251 (98.44% from 255 or 33.69% from 745); Blue value is 254 (99.61% from 255 or 34.09% from 745); Max value from RGB is 254 - color contains mainly: blue. Hex color #F0FBFE is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F0FBFE is #0F0401. Grayscale: #F8F8F8. Windows color (decimal): -984066 or 16710640. OLE color: 16710640.

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

Color convert

RGB 240 251 254 -
CMYK 0.06 0.01 0 0.00
HSL 192.86º 0.88% 0.97% -
HSV(B) 192.86º 0.06% 1% -
XYZ 88.32 94.68 107.39 -
YUV 248.05 131.36 122.26 -
System Red Green Blue C M Y K H S L
Decimal 240 251 254 0.06 0.01 0 0.00 192.86 0.88 0.97
Hex F0 FB FE 6 1 0 0 C1 58 61
Octal 360 373 376 6 1 0 0 301 130 141
Binary 11110000 11111011 11111110 110 1 0 0 11000001 1011000 1100001

Color Harmonies of #F0FBFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0FBFE

Black with #F0FBFE

Text Example


Text Example

White with #F0FBFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0FBFE; }

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

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

background-color css

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

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

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

border-color css

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

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

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