#EAFFFD

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

Shades of Azure #EAFFFD

Tints of Azure #EAFFFD

Color information

#EAFFFD (or 0xEAFFFD) is unknown color: approx Azure. HEX triplet: EA, FF and FD. RGB value is (234,255,253). Sum of RGB (Red+Green+Blue) = 234+255+253=742 (98% of max value = 765). Red value is 234 (91.80% from 255 or 31.54% from 742); Green value is 255 (100% from 255 or 34.37% from 742); Blue value is 253 (99.22% from 255 or 34.10% from 742); Max value from RGB is 255 - color contains mainly: green. Hex color #EAFFFD is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EAFFFD is #150002. Grayscale: #F8F8F8. Windows color (decimal): -1376259 or 16646122. OLE color: 16646122.

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

Color convert

RGB234255253-
CMYK0.0800.010
HSL174.29º100%95.88%-
HSV(B)174.29º8.24%100%-
XYZ87.4296.1106.87-
YUV248.49130.54117.66-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 31.54%
GREEN value IS 255 (100% from 255) = 34.37%
BLUE value IS 253 (99.22% from 255) = 34.10%
R=31.54%
G=34.37%
B=34.10%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2342552530.0800.010174.2910095.88
HexEAFFFD8010ae6460
Octal35237737510010256144140
Binary11101010111111111111110110000101010111011001001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAFFFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAFFFD; }

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

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

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

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

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

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

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

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