#EBFEFF

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

Shades of Azure #EBFEFF

Tints of Azure #EBFEFF

Color information

#EBFEFF (or 0xEBFEFF) is unknown color: approx Azure. HEX triplet: EB, FE and FF. RGB value is (235,254,255). Sum of RGB (Red+Green+Blue) = 235+254+255=744 (98% of max value = 765). Red value is 235 (92.19% from 255 or 31.59% from 744); Green value is 254 (99.61% from 255 or 34.14% from 744); Blue value is 255 (100% from 255 or 34.27% from 744); Max value from RGB is 255 - color contains mainly: blue. Hex color #EBFEFF is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EBFEFF is #140100. Grayscale: #F8F8F8. Windows color (decimal): -1310977 or 16776939. OLE color: 16776939.

HSL color Cylindrical-coordinate representation of color #EBFEFF: hue angle of 183º 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 #EBFEFF is Cyan = 0.08, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB235254255-
CMYK0.080.0000
HSL183º100%96.08%-
HSV(B)183º7.84%100%-
XYZ87.7595.77108.47-
YUV248.43131.71118.42-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 31.59%
GREEN value IS 254 (99.61% from 255) = 34.14%
BLUE value IS 255 (100% from 255) = 34.27%
R=31.59%
G=34.14%
B=34.27%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.00
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2352542550.080.000018310096.08
HexEBFEFF8000b76460
Octal35337637710000267144140
Binary11101011111111101111111110000001011011111001001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBFEFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBFEFF; }

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

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

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

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

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

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

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

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