#EEFBFD

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

Shades of Azure #EEFBFD

Tints of Azure #EEFBFD

Color information

#EEFBFD (or 0xEEFBFD) is unknown color: approx Azure. HEX triplet: EE, FB and FD. RGB value is (238,251,253). Sum of RGB (Red+Green+Blue) = 238+251+253=742 (98% of max value = 765). Red value is 238 (93.36% from 255 or 32.08% from 742); Green value is 251 (98.44% from 255 or 33.83% from 742); Blue value is 253 (99.22% from 255 or 34.10% from 742); Max value from RGB is 253 - color contains mainly: blue. Hex color #EEFBFD is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EEFBFD is #110402. Grayscale: #F7F7F7. Windows color (decimal): -1115139 or 16645102. OLE color: 16645102.

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

Color convert

RGB238251253-
CMYK0.060.0100.01
HSL188º78.95%96.27%-
HSV(B)188º5.93%99.22%-
XYZ87.4994.26106.51-
YUV247.34131.19121.34-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 32.08%
GREEN value IS 251 (98.44% from 255) = 33.83%
BLUE value IS 253 (99.22% from 255) = 34.10%
R=32.08%
G=33.83%
B=34.10%

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
Decimal2382512530.060.0100.0118878.9596.27
HexEEFBFD6101bc4f60
Octal3563733756101274117140
Binary1110111011111011111111011101011011110010011111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEFBFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEFBFD; }

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

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

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

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

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

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

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

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