#EAFFFC

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

Shades of Azure #EAFFFC

Tints of Azure #EAFFFC

Color information

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

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

Color convert

RGB234255252-
CMYK0.0800.010
HSL171.43º100%95.88%-
HSV(B)171.43º8.24%100%-
XYZ87.2696.04106.03-
YUV248.38130.04117.74-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2342552520.0800.010171.4310095.88
HexEAFFFC8010ab6460
Octal35237737410010253144140
Binary11101010111111111111110010000101010101111001001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAFFFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAFFFC; }

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

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

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

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

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

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

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

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