#EBFAFB

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

Shades of Azure #EBFAFB

Tints of Azure #EBFAFB

Color information

#EBFAFB (or 0xEBFAFB) is unknown color: approx Azure. HEX triplet: EB, FA and FB. RGB value is (235,250,251). Sum of RGB (Red+Green+Blue) = 235+250+251=736 (97% of max value = 765). Red value is 235 (92.19% from 255 or 31.93% from 736); Green value is 250 (98.05% from 255 or 33.97% from 736); Blue value is 251 (98.44% from 255 or 34.10% from 736); Max value from RGB is 251 - color contains mainly: blue. Hex color #EBFAFB is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EBFAFB is #140504. Grayscale: #F5F5F5. Windows color (decimal): -1312005 or 16513771. OLE color: 16513771.

HSL color Cylindrical-coordinate representation of color #EBFAFB: hue angle of 183.75º degrees, saturation: 0.67, lightness: 0.95%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #EBFAFB is Cyan = 0.06, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB235250251-
CMYK0.060.0000.02
HSL183.75º66.67%95.29%-
HSV(B)183.75º6.37%98.43%-
XYZ85.8693104.69-
YUV245.63131.03120.42-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 31.93%
GREEN value IS 250 (98.05% from 255) = 33.97%
BLUE value IS 251 (98.44% from 255) = 34.10%
R=31.93%
G=33.97%
B=34.10%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.00
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2352502510.060.0000.02183.7566.6795.29
HexEBFAFB6002b8435f
Octal3533723736002270103137
Binary11101011111110101111101111000101011100010000111011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBFAFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBFAFB; }

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

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

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

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

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

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

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

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