#EAFFFF

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

Shades of Azure #EAFFFF

Tints of Azure #EAFFFF

Color information

#EAFFFF (or 0xEAFFFF) is unknown color: approx Azure. HEX triplet: EA, FF and FF. RGB value is (234,255,255). Sum of RGB (Red+Green+Blue) = 234+255+255=744 (98% of max value = 765). Red value is 234 (91.80% from 255 or 31.45% from 744); Green value is 255 (100% from 255 or 34.27% from 744); Blue value is 255 (100% from 255 or 34.27% from 744); Max value from RGB is 255 - color contains mainly: green, blue. Hex color #EAFFFF is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EAFFFF is #150000. Grayscale: #F8F8F8. Windows color (decimal): -1376257 or 16777194. OLE color: 16777194.

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

Color convert

RGB234255255-
CMYK0.08000
HSL180º100%95.88%-
HSV(B)180º8.24%100%-
XYZ87.7496.23108.56-
YUV248.72131.54117.5-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 31.45%
GREEN value IS 255 (100% from 255) = 34.27%
BLUE value IS 255 (100% from 255) = 34.27%
R=31.45%
G=34.27%
B=34.27%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2342552550.0800018010095.88
HexEAFFFF8000b46460
Octal35237737710000264144140
Binary11101010111111111111111110000001011010011001001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAFFFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAFFFF; }

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

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

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

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

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

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

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

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