Html Css Color HEX #F8FFFF Azure

📋 copy color: '#F8FFFF'

red 248 ◦ green 255 ◦ blue 255

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

Shades of Azure #F8FFFF

Tints of Azure #F8FFFF

RGB

 RED value IS 248 (97.27% from 255) = 32.72%

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

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

R = 32.72%
G = 33.64%
B = 33.64%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#F8FFFF (or 0xF8FFFF) is known color: Azure. HEX triplet: F8, FF and FF. RGB value is (248,255,255). Sum of RGB (Red+Green+Blue) = 248+255+255=758 (100% of max value = 765). Red value is 248 (97.27% from 255 or 32.72% from 758); Green value is 255 (100% from 255 or 33.64% from 758); Blue value is 255 (100% from 255 or 33.64% from 758); Max value from RGB is 255 - color contains mainly: green, blue. Hex color #F8FFFF is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F8FFFF is #070000. Grayscale: #FCFCFC. Windows color (decimal): -458753 or 16777208. OLE color: 16777208.

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

Color convert

RGB 248 255 255 -
CMYK 0.03 0 0 0
HSL 180º 1% 0.99% -
HSV(B) 180º 0.03% 1% -
XYZ 92.52 98.7 108.78 -
YUV 252.91 129.18 124.5 -
System Red Green Blue C M Y K H S L
Decimal 248 255 255 0.03 0 0 0 180 1 0.99
Hex F8 FF FF 3 0 0 0 B4 64 63
Octal 370 377 377 3 0 0 0 264 144 143
Binary 11111000 11111111 11111111 11 0 0 0 10110100 1100100 1100011

Color Harmonies of #F8FFFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8FFFF

Black with #F8FFFF

Text Example


Text Example

White with #F8FFFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8FFFF; }

 p { color: rgb(248,255,255); }

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

background-color css

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

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

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

border-color css

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

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

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