#EAFDFC

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

Shades of Azure #EAFDFC

Tints of Azure #EAFDFC

Color information

#EAFDFC (or 0xEAFDFC) is unknown color: approx Azure. HEX triplet: EA, FD and FC. RGB value is (234,253,252). Sum of RGB (Red+Green+Blue) = 234+253+252=739 (97% of max value = 765). Red value is 234 (91.80% from 255 or 31.66% from 739); Green value is 253 (99.22% from 255 or 34.24% from 739); Blue value is 252 (98.83% from 255 or 34.10% from 739); Max value from RGB is 253 - color contains mainly: green. Hex color #EAFDFC is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EAFDFC is #150203. Grayscale: #F7F7F7. Windows color (decimal): -1376772 or 16580074. OLE color: 16580074.

HSL color Cylindrical-coordinate representation of color #EAFDFC: hue angle of 176.84º degrees, saturation: 0.83, 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 #EAFDFC is Cyan = 0.08, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.01.

Color convert

RGB234253252-
CMYK0.0800.000.01
HSL176.84º82.61%95.49%-
HSV(B)176.84º7.51%99.22%-
XYZ86.6394.77105.82-
YUV247.2130.71118.58-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 31.66%
GREEN value IS 253 (99.22% from 255) = 34.24%
BLUE value IS 252 (98.83% from 255) = 34.10%
R=31.66%
G=34.24%
B=34.10%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.00
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2342532520.0800.000.01176.8482.6195.49
HexEAFDFC8001b1535f
Octal35237537410001261123137
Binary11101010111111011111110010000011011000110100111011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAFDFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAFDFC; }

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

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

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

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

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

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

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

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