#EEFBFE

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

Shades of Azure #EEFBFE

Tints of Azure #EEFBFE

Color information

#EEFBFE (or 0xEEFBFE) is unknown color: approx Azure. HEX triplet: EE, FB and FE. RGB value is (238,251,254). Sum of RGB (Red+Green+Blue) = 238+251+254=743 (98% of max value = 765). Red value is 238 (93.36% from 255 or 32.03% from 743); Green value is 251 (98.44% from 255 or 33.78% from 743); Blue value is 254 (99.61% from 255 or 34.19% from 743); Max value from RGB is 254 - color contains mainly: blue. Hex color #EEFBFE is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EEFBFE is #110401. Grayscale: #F7F7F7. Windows color (decimal): -1115138 or 16710638. OLE color: 16710638.

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

Color convert

RGB238251254-
CMYK0.060.0100.00
HSL191.25º88.89%96.47%-
HSV(B)191.25º6.3%99.61%-
XYZ87.6594.33107.35-
YUV247.45131.69121.26-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 32.03%
GREEN value IS 251 (98.44% from 255) = 33.78%
BLUE value IS 254 (99.61% from 255) = 34.19%
R=32.03%
G=33.78%
B=34.19%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2382512540.060.0100.00191.2588.8996.47
HexEEFBFE6100bf5960
Octal3563733766100277131140
Binary1110111011111011111111101101001011111110110011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEFBFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEFBFE; }

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

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

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

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

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

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

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

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