Html Css Color HEX #F5FEFF Azure

📋 copy color: '#F5FEFF'

red 245 ◦ green 254 ◦ blue 255

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

Shades of Azure #F5FEFF

Tints of Azure #F5FEFF

RGB

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

 GREEN value IS 254 (99.61% from 255) = 33.69%

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

R = 32.49%
G = 33.69%
B = 33.82%

CMYK

 C value IS 0.04

 M value IS 0.00

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#F5FEFF (or 0xF5FEFF) is known color: Azure. HEX triplet: F5, FE and FF. RGB value is (245,254,255). Sum of RGB (Red+Green+Blue) = 245+254+255=754 (99% of max value = 765). Red value is 245 (96.09% from 255 or 32.49% from 754); Green value is 254 (99.61% from 255 or 33.69% from 754); Blue value is 255 (100% from 255 or 33.82% from 754); Max value from RGB is 255 - color contains mainly: blue. Hex color #F5FEFF is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F5FEFF is #0A0100. Grayscale: #FBFBFB. Windows color (decimal): -655617 or 16776949. OLE color: 16776949.

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

Color convert

RGB 245 254 255 -
CMYK 0.04 0.00 0 0
HSL 186º 1% 0.98% -
HSV(B) 186º 0.04% 1% -
XYZ 91.15 97.52 108.63 -
YUV 251.42 130.02 123.42 -
System Red Green Blue C M Y K H S L
Decimal 245 254 255 0.04 0.00 0 0 186 1 0.98
Hex F5 FE FF 4 0 0 0 BA 64 62
Octal 365 376 377 4 0 0 0 272 144 142
Binary 11110101 11111110 11111111 100 0 0 0 10111010 1100100 1100010

Color Harmonies of #F5FEFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5FEFF

Black with #F5FEFF

Text Example


Text Example

White with #F5FEFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5FEFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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