#EBFFFA

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

Shades of Azure #EBFFFA

Tints of Azure #EBFFFA

Color information

#EBFFFA (or 0xEBFFFA) is unknown color: approx Azure. HEX triplet: EB, FF and FA. RGB value is (235,255,250). Sum of RGB (Red+Green+Blue) = 235+255+250=740 (98% of max value = 765). Red value is 235 (92.19% from 255 or 31.76% from 740); Green value is 255 (100% from 255 or 34.46% from 740); Blue value is 250 (98.05% from 255 or 33.78% from 740); Max value from RGB is 255 - color contains mainly: green. Hex color #EBFFFA is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EBFFFA is #140005. Grayscale: #F8F8F8. Windows color (decimal): -1310726 or 16449515. OLE color: 16449515.

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

Color convert

RGB235255250-
CMYK0.0800.020
HSL165º100%96.08%-
HSV(B)165º7.84%100%-
XYZ87.2896.08104.39-
YUV248.45128.87118.41-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 31.76%
GREEN value IS 255 (100% from 255) = 34.46%
BLUE value IS 250 (98.05% from 255) = 33.78%
R=31.76%
G=34.46%
B=33.78%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2352552500.0800.02016510096.08
HexEBFFFA8020a56460
Octal35337737210020245144140
Binary111010111111111111111010100001001010010111001001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBFFFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBFFFA; }

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

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

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

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

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

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

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

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