#EAFCFF

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

Shades of Azure #EAFCFF

Tints of Azure #EAFCFF

Color information

#EAFCFF (or 0xEAFCFF) is unknown color: approx Azure. HEX triplet: EA, FC and FF. RGB value is (234,252,255). Sum of RGB (Red+Green+Blue) = 234+252+255=741 (98% of max value = 765). Red value is 234 (91.80% from 255 or 31.58% from 741); Green value is 252 (98.83% from 255 or 34.01% from 741); Blue value is 255 (100% from 255 or 34.41% from 741); Max value from RGB is 255 - color contains mainly: blue. Hex color #EAFCFF is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EAFCFF is #150300. Grayscale: #F6F6F6. Windows color (decimal): -1377025 or 16776426. OLE color: 16776426.

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

Color convert

RGB234252255-
CMYK0.080.0100
HSL188.57º100%95.88%-
HSV(B)188.57º8.24%100%-
XYZ86.7994.33108.24-
YUV246.96132.54118.76-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 31.58%
GREEN value IS 252 (98.83% from 255) = 34.01%
BLUE value IS 255 (100% from 255) = 34.41%
R=31.58%
G=34.01%
B=34.41%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2342522550.080.0100188.5710095.88
HexEAFCFF8100bd6460
Octal35237437710100275144140
Binary11101010111111001111111110001001011110111001001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAFCFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAFCFF; }

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

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

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

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

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

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

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

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