#EAFEFF

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

Shades of Azure #EAFEFF

Tints of Azure #EAFEFF

Color information

#EAFEFF (or 0xEAFEFF) is unknown color: approx Azure. HEX triplet: EA, FE and FF. RGB value is (234,254,255). Sum of RGB (Red+Green+Blue) = 234+254+255=743 (98% of max value = 765). Red value is 234 (91.80% from 255 or 31.49% from 743); Green value is 254 (99.61% from 255 or 34.19% from 743); Blue value is 255 (100% from 255 or 34.32% from 743); Max value from RGB is 255 - color contains mainly: blue. Hex color #EAFEFF is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EAFEFF is #150100. Grayscale: #F8F8F8. Windows color (decimal): -1376513 or 16776938. OLE color: 16776938.

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

Color convert

RGB234254255-
CMYK0.080.0000
HSL182.86º100%95.88%-
HSV(B)182.86º8.24%100%-
XYZ87.4295.6108.45-
YUV248.13131.87117.92-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 31.49%
GREEN value IS 254 (99.61% from 255) = 34.19%
BLUE value IS 255 (100% from 255) = 34.32%
R=31.49%
G=34.19%
B=34.32%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.00
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2342542550.080.0000182.8610095.88
HexEAFEFF8000b76460
Octal35237637710000267144140
Binary11101010111111101111111110000001011011111001001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAFEFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAFEFF; }

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

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

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

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

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

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

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

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