Shades of Morning Glory #A6CFD3
Tints of Morning Glory #A6CFD3
RGB
CMYK
RGB Variations
Color information
#A6CFD3 (or 0xA6CFD3) is known color: Morning Glory. HEX triplet: A6, CF and D3. RGB value is (166,207,211). Sum of RGB (Red+Green+Blue) = 166+207+211=584 (77% of max value = 765). Red value is 166 (65.23% from 255 or 28.42% from 584); Green value is 207 (81.25% from 255 or 35.45% from 584); Blue value is 211 (82.81% from 255 or 36.13% from 584); Max value from RGB is 211 - color contains mainly: blue. Hex color #A6CFD3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A6CFD3 is #59302C. Grayscale: #C3C3C3. Windows color (decimal): -5845037 or 13881254. OLE color: 13881254.
HSL color Cylindrical-coordinate representation of color #A6CFD3: hue angle of 185.33º degrees, saturation: 0.34, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #A6CFD3 is Cyan = 0.21, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 166 | 207 | 211 | - |
| CMYK | 0.21 | 0.02 | 0 | 0.17 |
| HSL | 185.33º | 0.34% | 0.74% | - |
| HSV(B) | 185.33º | 0.21% | 0.83% | - |
| XYZ | 49.8 | 57.44 | 70.09 | - |
| YUV | 195.2 | 136.92 | 107.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 207 | 211 | 0.21 | 0.02 | 0 | 0.17 | 185.33 | 0.34 | 0.74 |
| Hex | A6 | CF | D3 | 15 | 2 | 0 | 11 | B9 | 22 | 4A |
| Octal | 246 | 317 | 323 | 25 | 2 | 0 | 21 | 271 | 42 | 112 |
| Binary | 10100110 | 11001111 | 11010011 | 10101 | 10 | 0 | 10001 | 10111001 | 100010 | 1001010 |
Color Harmonies of #A6CFD3
Complementary color
Monochromatic Colors of #A6CFD3
Black with #A6CFD3
Text Example
Text Example
White with #A6CFD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6CFD3; }
p { color: rgb(166,207,211); }
H1.HeaderClassName
{
color: #A6CFD3;
}
.AnyTagClassName
{
color: #A6CFD3;
}
</style>
background-color css
<style>
a { background-color: #A6CFD3; }
a { background-color: rgb(166,207,211); }
div.DivClassName
{
background-color: #A6CFD3;
}
.BgClassName
{
background-color: #A6CFD3;
}
</style>
border-color css
<style>
span { border-color: #A6CFD3; }
span { border-color: rgb(166,207,211); }
td.TdClassName
{
border-color: #A6CFD3;
}
.TagClassName
{
border-color: #A6CFD3;
}
</style>