Html Css Color HEX #F5FCFD Azure

📋 copy color: '#F5FCFD'

red 245 ◦ green 252 ◦ blue 253

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

Shades of Azure #F5FCFD

Tints of Azure #F5FCFD

RGB

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

 GREEN value IS 252 (98.83% from 255) = 33.6%

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

R = 32.67%
G = 33.6%
B = 33.73%

CMYK

 C value IS 0.03

 M value IS 0.00

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#F5FCFD (or 0xF5FCFD) is known color: Azure. HEX triplet: F5, FC and FD. RGB value is (245,252,253). Sum of RGB (Red+Green+Blue) = 245+252+253=750 (99% of max value = 765). Red value is 245 (96.09% from 255 or 32.67% from 750); Green value is 252 (98.83% from 255 or 33.6% from 750); Blue value is 253 (99.22% from 255 or 33.73% from 750); Max value from RGB is 253 - color contains mainly: blue. Hex color #F5FCFD is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F5FCFD is #0A0302. Grayscale: #FAFAFA. Windows color (decimal): -656131 or 16645365. OLE color: 16645365.

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

Color convert

RGB 245 252 253 -
CMYK 0.03 0.00 0 0.01
HSL 187.5º 0.67% 0.98% -
HSV(B) 187.5º 0.03% 0.99% -
XYZ 90.2 96.13 106.73 -
YUV 250.02 129.68 124.42 -
System Red Green Blue C M Y K H S L
Decimal 245 252 253 0.03 0.00 0 0.01 187.5 0.67 0.98
Hex F5 FC FD 3 0 0 1 BC 43 62
Octal 365 374 375 3 0 0 1 274 103 142
Binary 11110101 11111100 11111101 11 0 0 1 10111100 1000011 1100010

Color Harmonies of #F5FCFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5FCFD

Black with #F5FCFD

Text Example


Text Example

White with #F5FCFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5FCFD; }

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

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

background-color css

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

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

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

border-color css

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

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

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