#EAFDFF

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

Shades of Azure #EAFDFF

Tints of Azure #EAFDFF

Color information

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

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

Color convert

RGB234253255-
CMYK0.080.0100
HSL185.71º100%95.88%-
HSV(B)185.71º8.24%100%-
XYZ87.1194.96108.35-
YUV247.55132.21118.34-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2342532550.080.0100185.7110095.88
HexEAFDFF8100ba6460
Octal35237537710100272144140
Binary11101010111111011111111110001001011101011001001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAFDFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAFDFF; }

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

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

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

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

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

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

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

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