#EDFBFF

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

Shades of Azure #EDFBFF

Tints of Azure #EDFBFF

Color information

#EDFBFF (or 0xEDFBFF) is unknown color: approx Azure. HEX triplet: ED, FB and FF. RGB value is (237,251,255). Sum of RGB (Red+Green+Blue) = 237+251+255=743 (98% of max value = 765). Red value is 237 (92.97% from 255 or 31.90% from 743); Green value is 251 (98.44% from 255 or 33.78% from 743); Blue value is 255 (100% from 255 or 34.32% from 743); Max value from RGB is 255 - color contains mainly: blue. Hex color #EDFBFF is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EDFBFF is #120400. Grayscale: #F7F7F7. Windows color (decimal): -1180673 or 16776173. OLE color: 16776173.

HSL color Cylindrical-coordinate representation of color #EDFBFF: hue angle of 193.33º degrees, saturation: 1, lightness: 0.96%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #EDFBFF is Cyan = 0.07, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB237251255-
CMYK0.070.0200
HSL193.33º100%96.47%-
HSV(B)193.33º7.06%100%-
XYZ87.4794.22108.18-
YUV247.27132.36120.67-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 31.90%
GREEN value IS 251 (98.44% from 255) = 33.78%
BLUE value IS 255 (100% from 255) = 34.32%
R=31.90%
G=33.78%
B=34.32%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2372512550.070.0200193.3310096.47
HexEDFBFF7200c16460
Octal3553733777200301144140
Binary11101101111110111111111111110001100000111001001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDFBFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDFBFF; }

 p { color: rgb(237,251,255); }

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

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

 a { background-color: rgb(237,251,255); }

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

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

 span { border-color: rgb(237,251,255); }

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