Html Css Color HEX #F0F5FF Alice Blue

📋 copy color: '#F0F5FF'

red 240 ◦ green 245 ◦ blue 255

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

Shades of Alice Blue #F0F5FF

Tints of Alice Blue #F0F5FF

RGB

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

 GREEN value IS 245 (96.09% from 255) = 33.11%

 BLUE value IS 255 (100% from 255) = 34.46%

R = 32.43%
G = 33.11%
B = 34.46%

CMYK

 C value IS 0.06

 M value IS 0.04

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#F0F5FF (or 0xF0F5FF) is known color: Alice Blue. HEX triplet: F0, F5 and FF. RGB value is (240,245,255). Sum of RGB (Red+Green+Blue) = 240+245+255=740 (98% of max value = 765). Red value is 240 (94.14% from 255 or 32.43% from 740); Green value is 245 (96.09% from 255 or 33.11% from 740); Blue value is 255 (100% from 255 or 34.46% from 740); Max value from RGB is 255 - color contains mainly: blue. Hex color #F0F5FF is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F0F5FF is #0F0A00. Grayscale: #F4F4F4. Windows color (decimal): -985601 or 16774640. OLE color: 16774640.

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

Color convert

RGB 240 245 255 -
CMYK 0.06 0.04 0 0
HSL 220º 1% 0.97% -
HSV(B) 220º 0.06% 1% -
XYZ 86.64 91.05 107.62 -
YUV 244.65 133.84 124.69 -
System Red Green Blue C M Y K H S L
Decimal 240 245 255 0.06 0.04 0 0 220 1 0.97
Hex F0 F5 FF 6 4 0 0 DC 64 61
Octal 360 365 377 6 4 0 0 334 144 141
Binary 11110000 11110101 11111111 110 100 0 0 11011100 1100100 1100001

Color Harmonies of #F0F5FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0F5FF

Black with #F0F5FF

Text Example


Text Example

White with #F0F5FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0F5FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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