#EAF1F1

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

Shades of Azure #EAF1F1

Tints of Azure #EAF1F1

Color information

#EAF1F1 (or 0xEAF1F1) is unknown color: approx Azure. HEX triplet: EA, F1 and F1. RGB value is (234,241,241). Sum of RGB (Red+Green+Blue) = 234+241+241=716 (94% of max value = 765). Red value is 234 (91.80% from 255 or 32.68% from 716); Green value is 241 (94.53% from 255 or 33.66% from 716); Blue value is 241 (94.53% from 255 or 33.66% from 716); Max value from RGB is 241 - color contains mainly: green, blue. Hex color #EAF1F1 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EAF1F1 is #150E0E. Grayscale: #EEEEEE. Windows color (decimal): -1379855 or 15856106. OLE color: 15856106.

HSL color Cylindrical-coordinate representation of color #EAF1F1: hue angle of 180º degrees, saturation: 0.2, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #EAF1F1 is Cyan = 0.03, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB234241241-
CMYK0.03000.05
HSL180º20%93.14%-
HSV(B)180º2.9%94.51%-
XYZ81.2686.7595.68-
YUV238.91129.18124.5-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 32.68%
GREEN value IS 241 (94.53% from 255) = 33.66%
BLUE value IS 241 (94.53% from 255) = 33.66%
R=32.68%
G=33.66%
B=33.66%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2342412410.03000.051802093.14
HexEAF1F13005b4145d
Octal352361361300526424135
Binary111010101111000111110001110010110110100101001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAF1F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAF1F1; }

 p { color: rgb(234,241,241); }

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

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

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

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

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

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

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