#EAFFFE

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

Shades of Azure #EAFFFE

Tints of Azure #EAFFFE

Color information

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

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

Color convert

RGB234255254-
CMYK0.0800.000
HSL177.14º100%95.88%-
HSV(B)177.14º8.24%100%-
XYZ87.5896.17107.71-
YUV248.61131.04117.58-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.00
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2342552540.0800.000177.1410095.88
HexEAFFFE8000b16460
Octal35237737610000261144140
Binary11101010111111111111111010000001011000111001001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAFFFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAFFFE; }

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

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

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

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

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

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

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

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