#EEFAFC

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

Shades of Azure #EEFAFC

Tints of Azure #EEFAFC

Color information

#EEFAFC (or 0xEEFAFC) is unknown color: approx Azure. HEX triplet: EE, FA and FC. RGB value is (238,250,252). Sum of RGB (Red+Green+Blue) = 238+250+252=740 (98% of max value = 765). Red value is 238 (93.36% from 255 or 32.16% from 740); Green value is 250 (98.05% from 255 or 33.78% from 740); Blue value is 252 (98.83% from 255 or 34.05% from 740); Max value from RGB is 252 - color contains mainly: blue. Hex color #EEFAFC is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EEFAFC is #110503. Grayscale: #F6F6F6. Windows color (decimal): -1115396 or 16579310. OLE color: 16579310.

HSL color Cylindrical-coordinate representation of color #EEFAFC: hue angle of 188.57º degrees, saturation: 0.7, lightness: 0.96%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #EEFAFC is Cyan = 0.06, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB238250252-
CMYK0.060.0100.01
HSL188.57º70%96.08%-
HSV(B)188.57º5.56%98.82%-
XYZ87.0293.58105.57-
YUV246.64131.02121.84-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 32.16%
GREEN value IS 250 (98.05% from 255) = 33.78%
BLUE value IS 252 (98.83% from 255) = 34.05%
R=32.16%
G=33.78%
B=34.05%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2382502520.060.0100.01188.577096.08
HexEEFAFC6101bd4660
Octal3563723746101275106140
Binary1110111011111010111111001101011011110110001101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEFAFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEFAFC; }

 p { color: rgb(238,250,252); }

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

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

 a { background-color: rgb(238,250,252); }

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

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

 span { border-color: rgb(238,250,252); }

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