#EBFAFE

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

Shades of Azure #EBFAFE

Tints of Azure #EBFAFE

Color information

#EBFAFE (or 0xEBFAFE) is unknown color: approx Azure. HEX triplet: EB, FA and FE. RGB value is (235,250,254). Sum of RGB (Red+Green+Blue) = 235+250+254=739 (97% of max value = 765). Red value is 235 (92.19% from 255 or 31.80% from 739); Green value is 250 (98.05% from 255 or 33.83% from 739); Blue value is 254 (99.61% from 255 or 34.37% from 739); Max value from RGB is 254 - color contains mainly: blue. Hex color #EBFAFE is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EBFAFE is #140501. Grayscale: #F5F5F5. Windows color (decimal): -1312002 or 16710379. OLE color: 16710379.

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

Color convert

RGB235250254-
CMYK0.070.0200.00
HSL192.63º90.48%95.88%-
HSV(B)192.63º7.48%99.61%-
XYZ86.3493.19107.2-
YUV245.97132.53120.17-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 31.80%
GREEN value IS 250 (98.05% from 255) = 33.83%
BLUE value IS 254 (99.61% from 255) = 34.37%
R=31.80%
G=33.83%
B=34.37%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2352502540.070.0200.00192.6390.4895.88
HexEBFAFE7200c15a60
Octal3533723767200301132140
Binary11101011111110101111111011110001100000110110101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBFAFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBFAFE; }

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

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

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

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

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

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

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

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