#EEFBFC

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

Shades of Azure #EEFBFC

Tints of Azure #EEFBFC

Color information

#EEFBFC (or 0xEEFBFC) is unknown color: approx Azure. HEX triplet: EE, FB and FC. RGB value is (238,251,252). Sum of RGB (Red+Green+Blue) = 238+251+252=741 (98% of max value = 765). Red value is 238 (93.36% from 255 or 32.12% from 741); Green value is 251 (98.44% from 255 or 33.87% from 741); Blue value is 252 (98.83% from 255 or 34.01% from 741); Max value from RGB is 252 - color contains mainly: blue. Hex color #EEFBFC is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EEFBFC is #110403. Grayscale: #F7F7F7. Windows color (decimal): -1115140 or 16579566. OLE color: 16579566.

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

Color convert

RGB238251252-
CMYK0.060.0000.01
HSL184.29º70%96.08%-
HSV(B)184.29º5.56%98.82%-
XYZ87.3394.2105.68-
YUV247.23130.69121.42-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 32.12%
GREEN value IS 251 (98.44% from 255) = 33.87%
BLUE value IS 252 (98.83% from 255) = 34.01%
R=32.12%
G=33.87%
B=34.01%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.00
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2382512520.060.0000.01184.297096.08
HexEEFBFC6001b84660
Octal3563733746001270106140
Binary1110111011111011111111001100011011100010001101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEFBFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEFBFC; }

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

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

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

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

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

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

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

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