#EAFEFC

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

Shades of Azure #EAFEFC

Tints of Azure #EAFEFC

Color information

#EAFEFC (or 0xEAFEFC) is unknown color: approx Azure. HEX triplet: EA, FE and FC. RGB value is (234,254,252). Sum of RGB (Red+Green+Blue) = 234+254+252=740 (98% of max value = 765). Red value is 234 (91.80% from 255 or 31.62% from 740); Green value is 254 (99.61% from 255 or 34.32% from 740); Blue value is 252 (98.83% from 255 or 34.05% from 740); Max value from RGB is 254 - color contains mainly: green. Hex color #EAFEFC is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EAFEFC is #150103. Grayscale: #F7F7F7. Windows color (decimal): -1376516 or 16580330. OLE color: 16580330.

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

Color convert

RGB234254252-
CMYK0.0800.010.00
HSL174º90.91%95.69%-
HSV(B)174º7.87%99.61%-
XYZ86.9495.4105.93-
YUV247.79130.37118.16-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 31.62%
GREEN value IS 254 (99.61% from 255) = 34.32%
BLUE value IS 252 (98.83% from 255) = 34.05%
R=31.62%
G=34.32%
B=34.05%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2342542520.0800.010.0017490.9195.69
HexEAFEFC8010ae5b60
Octal35237637410010256133140
Binary11101010111111101111110010000101010111010110111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAFEFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAFEFC; }

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

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

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

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

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

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

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

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