Shades of Spray #69C8CE
Tints of Spray #69C8CE
RGB
CMYK
RGB Variations
Color information
#69C8CE (or 0x69C8CE) is known color: Spray. HEX triplet: 69, C8 and CE. RGB value is (105,200,206). Sum of RGB (Red+Green+Blue) = 105+200+206=511 (67% of max value = 765). Red value is 105 (41.41% from 255 or 20.55% from 511); Green value is 200 (78.52% from 255 or 39.14% from 511); Blue value is 206 (80.86% from 255 or 40.31% from 511); Max value from RGB is 206 - color contains mainly: blue. Hex color #69C8CE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #69C8CE is #963731. Grayscale: #ACACAC. Windows color (decimal): -9844530 or 13551721. OLE color: 13551721.
HSL color Cylindrical-coordinate representation of color #69C8CE: hue angle of 183.56º 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 #69C8CE is Cyan = 0.49, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 105 | 200 | 206 | - |
| CMYK | 0.49 | 0.03 | 0 | 0.19 |
| HSL | 183.56º | 0.51% | 0.61% | - |
| HSV(B) | 183.56º | 0.49% | 0.81% | - |
| XYZ | 37.62 | 48.77 | 65.82 | - |
| YUV | 172.28 | 147.03 | 80.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 200 | 206 | 0.49 | 0.03 | 0 | 0.19 | 183.56 | 0.51 | 0.61 |
| Hex | 69 | C8 | CE | 31 | 3 | 0 | 13 | B8 | 33 | 3D |
| Octal | 151 | 310 | 316 | 61 | 3 | 0 | 23 | 270 | 63 | 75 |
| Binary | 1101001 | 11001000 | 11001110 | 110001 | 11 | 0 | 10011 | 10111000 | 110011 | 111101 |
Color Harmonies of #69C8CE
Complementary color
Monochromatic Colors of #69C8CE
Black with #69C8CE
Text Example
Text Example
White with #69C8CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69C8CE; }
p { color: rgb(105,200,206); }
H1.HeaderClassName
{
color: #69C8CE;
}
.AnyTagClassName
{
color: #69C8CE;
}
</style>
background-color css
<style>
a { background-color: #69C8CE; }
a { background-color: rgb(105,200,206); }
div.DivClassName
{
background-color: #69C8CE;
}
.BgClassName
{
background-color: #69C8CE;
}
</style>
border-color css
<style>
span { border-color: #69C8CE; }
span { border-color: rgb(105,200,206); }
td.TdClassName
{
border-color: #69C8CE;
}
.TagClassName
{
border-color: #69C8CE;
}
</style>