#EFFBFE

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

Shades of Azure #EFFBFE

Tints of Azure #EFFBFE

Color information

#EFFBFE (or 0xEFFBFE) is unknown color: approx Azure. HEX triplet: EF, FB and FE. RGB value is (239,251,254). Sum of RGB (Red+Green+Blue) = 239+251+254=744 (98% of max value = 765). Red value is 239 (93.75% from 255 or 32.12% from 744); Green value is 251 (98.44% from 255 or 33.74% from 744); Blue value is 254 (99.61% from 255 or 34.14% from 744); Max value from RGB is 254 - color contains mainly: blue. Hex color #EFFBFE is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EFFBFE is #100401. Grayscale: #F7F7F7. Windows color (decimal): -1049602 or 16710639. OLE color: 16710639.

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

Color convert

RGB239251254-
CMYK0.060.0100.00
HSL192º88.24%96.67%-
HSV(B)192º5.91%99.61%-
XYZ87.9894.5107.37-
YUV247.75131.52121.76-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 32.12%
GREEN value IS 251 (98.44% from 255) = 33.74%
BLUE value IS 254 (99.61% from 255) = 34.14%
R=32.12%
G=33.74%
B=34.14%

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
Decimal2392512540.060.0100.0019288.2496.67
HexEFFBFE6100c05861
Octal3573733766100300130141
Binary1110111111111011111111101101001100000010110001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFFBFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFFBFE; }

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

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

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

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

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

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

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

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