#EBFFFC

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

Shades of Azure #EBFFFC

Tints of Azure #EBFFFC

Color information

#EBFFFC (or 0xEBFFFC) is unknown color: approx Azure. HEX triplet: EB, FF and FC. RGB value is (235,255,252). Sum of RGB (Red+Green+Blue) = 235+255+252=742 (98% of max value = 765). Red value is 235 (92.19% from 255 or 31.67% from 742); Green value is 255 (100% from 255 or 34.37% from 742); Blue value is 252 (98.83% from 255 or 33.96% from 742); Max value from RGB is 255 - color contains mainly: green. Hex color #EBFFFC is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EBFFFC is #140003. Grayscale: #F8F8F8. Windows color (decimal): -1310724 or 16580587. OLE color: 16580587.

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

Color convert

RGB235255252-
CMYK0.0800.010
HSL171º100%96.08%-
HSV(B)171º7.84%100%-
XYZ87.5996.21106.05-
YUV248.68129.87118.24-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 31.67%
GREEN value IS 255 (100% from 255) = 34.37%
BLUE value IS 252 (98.83% from 255) = 33.96%
R=31.67%
G=34.37%
B=33.96%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2352552520.0800.01017110096.08
HexEBFFFC8010ab6460
Octal35337737410010253144140
Binary11101011111111111111110010000101010101111001001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBFFFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBFFFC; }

 p { color: rgb(235,255,252); }

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

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

 a { background-color: rgb(235,255,252); }

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

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

 span { border-color: rgb(235,255,252); }

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