#EBF9FA

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

Shades of Azure #EBF9FA

Tints of Azure #EBF9FA

Color information

#EBF9FA (or 0xEBF9FA) is unknown color: approx Azure. HEX triplet: EB, F9 and FA. RGB value is (235,249,250). Sum of RGB (Red+Green+Blue) = 235+249+250=734 (97% of max value = 765). Red value is 235 (92.19% from 255 or 32.02% from 734); Green value is 249 (97.66% from 255 or 33.92% from 734); Blue value is 250 (98.05% from 255 or 34.06% from 734); Max value from RGB is 250 - color contains mainly: blue. Hex color #EBF9FA is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EBF9FA is #140605. Grayscale: #F4F4F4. Windows color (decimal): -1312262 or 16447979. OLE color: 16447979.

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

Color convert

RGB235249250-
CMYK0.060.0000.02
HSL184º60%95.1%-
HSV(B)184º6%98.04%-
XYZ85.3992.32103.76-
YUV244.93130.86120.92-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 32.02%
GREEN value IS 249 (97.66% from 255) = 33.92%
BLUE value IS 250 (98.05% from 255) = 34.06%
R=32.02%
G=33.92%
B=34.06%

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
Decimal2352492500.060.0000.021846095.1
HexEBF9FA6002b83c5f
Octal353371372600227074137
Binary1110101111111001111110101100010101110001111001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBF9FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBF9FA; }

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

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

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

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

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

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

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

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