#EAFCFA

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

Shades of Azure #EAFCFA

Tints of Azure #EAFCFA

Color information

#EAFCFA (or 0xEAFCFA) is unknown color: approx Azure. HEX triplet: EA, FC and FA. RGB value is (234,252,250). Sum of RGB (Red+Green+Blue) = 234+252+250=736 (97% of max value = 765). Red value is 234 (91.80% from 255 or 31.79% from 736); Green value is 252 (98.83% from 255 or 34.24% from 736); Blue value is 250 (98.05% from 255 or 33.97% from 736); Max value from RGB is 252 - color contains mainly: green. Hex color #EAFCFA is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EAFCFA is #150305. Grayscale: #F6F6F6. Windows color (decimal): -1377030 or 16448746. OLE color: 16448746.

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

Color convert

RGB234252250-
CMYK0.0700.010.01
HSL173.33º75%95.29%-
HSV(B)173.33º7.14%98.82%-
XYZ8694.02104.06-
YUV246.39130.04119.16-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 31.79%
GREEN value IS 252 (98.83% from 255) = 34.24%
BLUE value IS 250 (98.05% from 255) = 33.97%
R=31.79%
G=34.24%
B=33.97%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2342522500.0700.010.01173.337595.29
HexEAFCFA7011ad4b5f
Octal3523743727011255113137
Binary1110101011111100111110101110111010110110010111011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAFCFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAFCFA; }

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

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

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

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

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

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

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

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