#EAFCFD

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

Shades of Azure #EAFCFD

Tints of Azure #EAFCFD

Color information

#EAFCFD (or 0xEAFCFD) is unknown color: approx Azure. HEX triplet: EA, FC and FD. RGB value is (234,252,253). Sum of RGB (Red+Green+Blue) = 234+252+253=739 (97% of max value = 765). Red value is 234 (91.80% from 255 or 31.66% from 739); Green value is 252 (98.83% from 255 or 34.10% from 739); Blue value is 253 (99.22% from 255 or 34.24% from 739); Max value from RGB is 253 - color contains mainly: blue. Hex color #EAFCFD is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EAFCFD is #150302. Grayscale: #F6F6F6. Windows color (decimal): -1377027 or 16645354. OLE color: 16645354.

HSL color Cylindrical-coordinate representation of color #EAFCFD: hue angle of 183.16º degrees, saturation: 0.83, lightness: 0.95%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #EAFCFD is Cyan = 0.08, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB234252253-
CMYK0.080.0000.01
HSL183.16º82.61%95.49%-
HSV(B)183.16º7.51%99.22%-
XYZ86.4794.21106.55-
YUV246.73131.54118.92-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 31.66%
GREEN value IS 252 (98.83% from 255) = 34.10%
BLUE value IS 253 (99.22% from 255) = 34.24%
R=31.66%
G=34.10%
B=34.24%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.00
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2342522530.080.0000.01183.1682.6195.49
HexEAFCFD8001b7535f
Octal35237437510001267123137
Binary11101010111111001111110110000011011011110100111011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAFCFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAFCFD; }

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

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

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

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

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

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

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

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