#EBFEFE

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

Shades of Azure #EBFEFE

Tints of Azure #EBFEFE

Color information

#EBFEFE (or 0xEBFEFE) is unknown color: approx Azure. HEX triplet: EB, FE and FE. RGB value is (235,254,254). Sum of RGB (Red+Green+Blue) = 235+254+254=743 (98% of max value = 765). Red value is 235 (92.19% from 255 or 31.63% from 743); Green value is 254 (99.61% from 255 or 34.19% from 743); Blue value is 254 (99.61% from 255 or 34.19% from 743); Max value from RGB is 254 - color contains mainly: green, blue. Hex color #EBFEFE is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EBFEFE is #140101. Grayscale: #F8F8F8. Windows color (decimal): -1310978 or 16711403. OLE color: 16711403.

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

Color convert

RGB235254254-
CMYK0.07000.00
HSL180º90.48%95.88%-
HSV(B)180º7.48%99.61%-
XYZ87.5995.7107.62-
YUV248.32131.21118.5-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 31.63%
GREEN value IS 254 (99.61% from 255) = 34.19%
BLUE value IS 254 (99.61% from 255) = 34.19%
R=31.63%
G=34.19%
B=34.19%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2352542540.07000.0018090.4895.88
HexEBFEFE7000b45a60
Octal3533763767000264132140
Binary1110101111111110111111101110001011010010110101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBFEFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBFEFE; }

 p { color: rgb(235,254,254); }

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

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

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

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

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

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

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