Shades of Sail #ADCFE3
Tints of Sail #ADCFE3
RGB
CMYK
RGB Variations
Color information
#ADCFE3 (or 0xADCFE3) is known color: Sail. HEX triplet: AD, CF and E3. RGB value is (173,207,227). Sum of RGB (Red+Green+Blue) = 173+207+227=607 (80% of max value = 765). Red value is 173 (67.97% from 255 or 28.50% from 607); Green value is 207 (81.25% from 255 or 34.10% from 607); Blue value is 227 (89.06% from 255 or 37.40% from 607); Max value from RGB is 227 - color contains mainly: blue. Hex color #ADCFE3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADCFE3 is #52301C. Grayscale: #C7C7C7. Windows color (decimal): -5386269 or 14929837. OLE color: 14929837.
HSL color Cylindrical-coordinate representation of color #ADCFE3: hue angle of 202.22º degrees, saturation: 0.49, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #ADCFE3 is Cyan = 0.24, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 173 | 207 | 227 | - |
| CMYK | 0.24 | 0.09 | 0 | 0.11 |
| HSL | 202.22º | 0.49% | 0.78% | - |
| HSV(B) | 202.22º | 0.24% | 0.89% | - |
| XYZ | 53.41 | 59.06 | 81.26 | - |
| YUV | 199.11 | 143.74 | 109.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 207 | 227 | 0.24 | 0.09 | 0 | 0.11 | 202.22 | 0.49 | 0.78 |
| Hex | AD | CF | E3 | 18 | 9 | 0 | B | CA | 31 | 4E |
| Octal | 255 | 317 | 343 | 30 | 11 | 0 | 13 | 312 | 61 | 116 |
| Binary | 10101101 | 11001111 | 11100011 | 11000 | 1001 | 0 | 1011 | 11001010 | 110001 | 1001110 |
Color Harmonies of #ADCFE3
Complementary color
Monochromatic Colors of #ADCFE3
Black with #ADCFE3
Text Example
Text Example
White with #ADCFE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADCFE3; }
p { color: rgb(173,207,227); }
H1.HeaderClassName
{
color: #ADCFE3;
}
.AnyTagClassName
{
color: #ADCFE3;
}
</style>
background-color css
<style>
a { background-color: #ADCFE3; }
a { background-color: rgb(173,207,227); }
div.DivClassName
{
background-color: #ADCFE3;
}
.BgClassName
{
background-color: #ADCFE3;
}
</style>
border-color css
<style>
span { border-color: #ADCFE3; }
span { border-color: rgb(173,207,227); }
td.TdClassName
{
border-color: #ADCFE3;
}
.TagClassName
{
border-color: #ADCFE3;
}
</style>