Html Css Color HEX #F5FFFD Azure

📋 copy color: '#F5FFFD'

red 245 ◦ green 255 ◦ blue 253

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

Shades of Azure #F5FFFD

Tints of Azure #F5FFFD

RGB

 RED value IS 245 (96.09% from 255) = 32.54%

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

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

R = 32.54%
G = 33.86%
B = 33.6%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.01

 K value IS 0

RGB Variations

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

Color information

#F5FFFD (or 0xF5FFFD) is known color: Azure. HEX triplet: F5, FF and FD. RGB value is (245,255,253). Sum of RGB (Red+Green+Blue) = 245+255+253=753 (99% of max value = 765). Red value is 245 (96.09% from 255 or 32.54% from 753); Green value is 255 (100% from 255 or 33.86% from 753); Blue value is 253 (99.22% from 255 or 33.60% from 753); Max value from RGB is 255 - color contains mainly: green. Hex color #F5FFFD is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F5FFFD is #0A0002. Grayscale: #FBFBFB. Windows color (decimal): -655363 or 16646133. OLE color: 16646133.

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

Color convert

RGB 245 255 253 -
CMYK 0.04 0 0.01 0
HSL 168º 1% 0.98% -
HSV(B) 168º 0.04% 1% -
XYZ 91.15 98.02 107.05 -
YUV 251.78 128.69 123.16 -
System Red Green Blue C M Y K H S L
Decimal 245 255 253 0.04 0 0.01 0 168 1 0.98
Hex F5 FF FD 4 0 1 0 A8 64 62
Octal 365 377 375 4 0 1 0 250 144 142
Binary 11110101 11111111 11111101 100 0 1 0 10101000 1100100 1100010

Color Harmonies of #F5FFFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5FFFD

Black with #F5FFFD

Text Example


Text Example

White with #F5FFFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5FFFD; }

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

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

background-color css

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

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

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

border-color css

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

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

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