#E8FBFC

Color #E8FBFC Azure (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Azure #E8FBFC

Tints of Azure #E8FBFC

Color information

#E8FBFC (or 0xE8FBFC) is unknown color: approx Azure. HEX triplet: E8, FB and FC. RGB value is (232,251,252). Sum of RGB (Red+Green+Blue) = 232+251+252=735 (97% of max value = 765). Red value is 232 (91.02% from 255 or 31.56% from 735); Green value is 251 (98.44% from 255 or 34.15% from 735); Blue value is 252 (98.83% from 255 or 34.29% from 735); Max value from RGB is 252 - color contains mainly: blue. Hex color #E8FBFC is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #E8FBFC is #170403. Grayscale: #F5F5F5. Windows color (decimal): -1508356 or 16579560. OLE color: 16579560.

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

Color convert

RGB232251252-
CMYK0.080.0000.01
HSL183º76.92%94.9%-
HSV(B)183º7.94%98.82%-
XYZ85.3593.18105.58-
YUV245.43131.71118.42-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 31.56%
GREEN value IS 251 (98.44% from 255) = 34.15%
BLUE value IS 252 (98.83% from 255) = 34.29%
R=31.56%
G=34.15%
B=34.29%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.00
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2322512520.080.0000.0118376.9294.9
HexE8FBFC8001b74d5f
Octal35037337410001267115137
Binary11101000111110111111110010000011011011110011011011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E8FBFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E8FBFC; }

 p { color: rgb(232,251,252); }

 H1.HeaderClassName
 {
   color: #E8FBFC;
 }
 .AnyTagClassName
 {
   color: #E8FBFC;
 }
</style>
background-color css

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

 a { background-color: rgb(232,251,252); }

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

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

 span { border-color: rgb(232,251,252); }

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