Html Css Color HEX #F7FEFF Azure

📋 copy color: '#F7FEFF'

red 247 ◦ green 254 ◦ blue 255

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

Shades of Azure #F7FEFF

Tints of Azure #F7FEFF

RGB

 RED value IS 247 (96.88% from 255) = 32.67%

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

 BLUE value IS 255 (100% 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

RGB Variations

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

Color information

#F7FEFF (or 0xF7FEFF) is known color: Azure. HEX triplet: F7, FE and FF. RGB value is (247,254,255). Sum of RGB (Red+Green+Blue) = 247+254+255=756 (100% of max value = 765). Red value is 247 (96.88% from 255 or 32.67% from 756); Green value is 254 (99.61% from 255 or 33.60% from 756); Blue value is 255 (100% from 255 or 33.73% from 756); Max value from RGB is 255 - color contains mainly: blue. Hex color #F7FEFF is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F7FEFF is #080100. Grayscale: #FCFCFC. Windows color (decimal): -524545 or 16776951. OLE color: 16776951.

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

Color convert

RGB 247 254 255 -
CMYK 0.03 0.00 0 0
HSL 187.5º 1% 0.98% -
HSV(B) 187.5º 0.03% 1% -
XYZ 91.85 97.88 108.66 -
YUV 252.02 129.68 124.42 -
System Red Green Blue C M Y K H S L
Decimal 247 254 255 0.03 0.00 0 0 187.5 1 0.98
Hex F7 FE FF 3 0 0 0 BC 64 62
Octal 367 376 377 3 0 0 0 274 144 142
Binary 11110111 11111110 11111111 11 0 0 0 10111100 1100100 1100010

Color Harmonies of #F7FEFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F7FEFF

Black with #F7FEFF

Text Example


Text Example

White with #F7FEFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F7FEFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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