#EAFFFA

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

Shades of Azure #EAFFFA

Tints of Azure #EAFFFA

Color information

#EAFFFA (or 0xEAFFFA) is unknown color: approx Azure. HEX triplet: EA, FF and FA. RGB value is (234,255,250). Sum of RGB (Red+Green+Blue) = 234+255+250=739 (97% of max value = 765). Red value is 234 (91.80% from 255 or 31.66% from 739); Green value is 255 (100% from 255 or 34.51% from 739); Blue value is 250 (98.05% from 255 or 33.83% from 739); Max value from RGB is 255 - color contains mainly: green. Hex color #EAFFFA is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EAFFFA is #150005. Grayscale: #F8F8F8. Windows color (decimal): -1376262 or 16449514. OLE color: 16449514.

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

Color convert

RGB234255250-
CMYK0.0800.020
HSL165.71º100%95.88%-
HSV(B)165.71º8.24%100%-
XYZ86.9595.91104.37-
YUV248.15129.04117.91-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 31.66%
GREEN value IS 255 (100% from 255) = 34.51%
BLUE value IS 250 (98.05% from 255) = 33.83%
R=31.66%
G=34.51%
B=33.83%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2342552500.0800.020165.7110095.88
HexEAFFFA8020a66460
Octal35237737210020246144140
Binary111010101111111111111010100001001010011011001001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAFFFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAFFFA; }

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

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

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

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

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

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

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

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