Shades of Spray #69C7CE
Tints of Spray #69C7CE
RGB
CMYK
RGB Variations
Color information
#69C7CE (or 0x69C7CE) is known color: Spray. HEX triplet: 69, C7 and CE. RGB value is (105,199,206). Sum of RGB (Red+Green+Blue) = 105+199+206=510 (67% of max value = 765). Red value is 105 (41.41% from 255 or 20.59% from 510); Green value is 199 (78.12% from 255 or 39.02% from 510); Blue value is 206 (80.86% from 255 or 40.39% from 510); Max value from RGB is 206 - color contains mainly: blue. Hex color #69C7CE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #69C7CE is #963831. Grayscale: #ABABAB. Windows color (decimal): -9844786 or 13551465. OLE color: 13551465.
HSL color Cylindrical-coordinate representation of color #69C7CE: hue angle of 184.16º degrees, saturation: 0.51, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #69C7CE is Cyan = 0.49, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 105 | 199 | 206 | - |
| CMYK | 0.49 | 0.03 | 0 | 0.19 |
| HSL | 184.16º | 0.51% | 0.61% | - |
| HSV(B) | 184.16º | 0.49% | 0.81% | - |
| XYZ | 37.39 | 48.31 | 65.75 | - |
| YUV | 171.69 | 147.36 | 80.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 199 | 206 | 0.49 | 0.03 | 0 | 0.19 | 184.16 | 0.51 | 0.61 |
| Hex | 69 | C7 | CE | 31 | 3 | 0 | 13 | B8 | 33 | 3D |
| Octal | 151 | 307 | 316 | 61 | 3 | 0 | 23 | 270 | 63 | 75 |
| Binary | 1101001 | 11000111 | 11001110 | 110001 | 11 | 0 | 10011 | 10111000 | 110011 | 111101 |
Color Harmonies of #69C7CE
Complementary color
Monochromatic Colors of #69C7CE
Black with #69C7CE
Text Example
Text Example
White with #69C7CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69C7CE; }
p { color: rgb(105,199,206); }
H1.HeaderClassName
{
color: #69C7CE;
}
.AnyTagClassName
{
color: #69C7CE;
}
</style>
background-color css
<style>
a { background-color: #69C7CE; }
a { background-color: rgb(105,199,206); }
div.DivClassName
{
background-color: #69C7CE;
}
.BgClassName
{
background-color: #69C7CE;
}
</style>
border-color css
<style>
span { border-color: #69C7CE; }
span { border-color: rgb(105,199,206); }
td.TdClassName
{
border-color: #69C7CE;
}
.TagClassName
{
border-color: #69C7CE;
}
</style>