#EAFDFE

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

Shades of Azure #EAFDFE

Tints of Azure #EAFDFE

Color information

#EAFDFE (or 0xEAFDFE) is unknown color: approx Azure. HEX triplet: EA, FD and FE. RGB value is (234,253,254). Sum of RGB (Red+Green+Blue) = 234+253+254=741 (98% of max value = 765). Red value is 234 (91.80% from 255 or 31.58% from 741); Green value is 253 (99.22% from 255 or 34.14% from 741); Blue value is 254 (99.61% from 255 or 34.28% from 741); Max value from RGB is 254 - color contains mainly: blue. Hex color #EAFDFE is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EAFDFE is #150201. Grayscale: #F7F7F7. Windows color (decimal): -1376770 or 16711146. OLE color: 16711146.

HSL color Cylindrical-coordinate representation of color #EAFDFE: hue angle of 183º degrees, saturation: 0.91, lightness: 0.96%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #EAFDFE is Cyan = 0.08, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB234253254-
CMYK0.080.0000.00
HSL183º90.91%95.69%-
HSV(B)183º7.87%99.61%-
XYZ86.9594.9107.5-
YUV247.43131.71118.42-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 31.58%
GREEN value IS 253 (99.22% from 255) = 34.14%
BLUE value IS 254 (99.61% from 255) = 34.28%
R=31.58%
G=34.14%
B=34.28%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.00
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2342532540.080.0000.0018390.9195.69
HexEAFDFE8000b75b60
Octal35237537610000267133140
Binary11101010111111011111111010000001011011110110111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAFDFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAFDFE; }

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

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

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

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

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

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

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

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