Shades of Spray #69C9D1
Tints of Spray #69C9D1
RGB
CMYK
RGB Variations
Color information
#69C9D1 (or 0x69C9D1) is known color: Spray. HEX triplet: 69, C9 and D1. RGB value is (105,201,209). Sum of RGB (Red+Green+Blue) = 105+201+209=515 (68% of max value = 765). Red value is 105 (41.41% from 255 or 20.39% from 515); Green value is 201 (78.91% from 255 or 39.03% from 515); Blue value is 209 (82.03% from 255 or 40.58% from 515); Max value from RGB is 209 - color contains mainly: blue. Hex color #69C9D1 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #69C9D1 is #96362E. Grayscale: #ADADAD. Windows color (decimal): -9844271 or 13748585. OLE color: 13748585.
HSL color Cylindrical-coordinate representation of color #69C9D1: hue angle of 184.62º degrees, saturation: 0.53, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #69C9D1 is Cyan = 0.50, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 105 | 201 | 209 | - |
| CMYK | 0.50 | 0.04 | 0 | 0.18 |
| HSL | 184.62º | 0.53% | 0.62% | - |
| HSV(B) | 184.62º | 0.5% | 0.82% | - |
| XYZ | 38.22 | 49.38 | 67.84 | - |
| YUV | 173.21 | 148.2 | 79.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 201 | 209 | 0.50 | 0.04 | 0 | 0.18 | 184.62 | 0.53 | 0.62 |
| Hex | 69 | C9 | D1 | 32 | 4 | 0 | 12 | B9 | 35 | 3E |
| Octal | 151 | 311 | 321 | 62 | 4 | 0 | 22 | 271 | 65 | 76 |
| Binary | 1101001 | 11001001 | 11010001 | 110010 | 100 | 0 | 10010 | 10111001 | 110101 | 111110 |
Color Harmonies of #69C9D1
Complementary color
Monochromatic Colors of #69C9D1
Black with #69C9D1
Text Example
Text Example
White with #69C9D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69C9D1; }
p { color: rgb(105,201,209); }
H1.HeaderClassName
{
color: #69C9D1;
}
.AnyTagClassName
{
color: #69C9D1;
}
</style>
background-color css
<style>
a { background-color: #69C9D1; }
a { background-color: rgb(105,201,209); }
div.DivClassName
{
background-color: #69C9D1;
}
.BgClassName
{
background-color: #69C9D1;
}
</style>
border-color css
<style>
span { border-color: #69C9D1; }
span { border-color: rgb(105,201,209); }
td.TdClassName
{
border-color: #69C9D1;
}
.TagClassName
{
border-color: #69C9D1;
}
</style>