Shades of Spray #69C8DB
Tints of Spray #69C8DB
RGB
CMYK
RGB Variations
Color information
#69C8DB (or 0x69C8DB) is known color: Spray. HEX triplet: 69, C8 and DB. RGB value is (105,200,219). Sum of RGB (Red+Green+Blue) = 105+200+219=524 (69% of max value = 765). Red value is 105 (41.41% from 255 or 20.04% from 524); Green value is 200 (78.52% from 255 or 38.17% from 524); Blue value is 219 (85.94% from 255 or 41.79% from 524); Max value from RGB is 219 - color contains mainly: blue. Hex color #69C8DB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #69C8DB is #963724. Grayscale: #ADADAD. Windows color (decimal): -9844517 or 14403689. OLE color: 14403689.
HSL color Cylindrical-coordinate representation of color #69C8DB: hue angle of 190º degrees, saturation: 0.61, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #69C8DB is Cyan = 0.52, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 105 | 200 | 219 | - |
| CMYK | 0.52 | 0.09 | 0 | 0.14 |
| HSL | 190º | 0.61% | 0.64% | - |
| HSV(B) | 190º | 0.52% | 0.86% | - |
| XYZ | 39.27 | 49.43 | 74.49 | - |
| YUV | 173.76 | 153.53 | 78.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 200 | 219 | 0.52 | 0.09 | 0 | 0.14 | 190 | 0.61 | 0.64 |
| Hex | 69 | C8 | DB | 34 | 9 | 0 | E | BE | 3D | 40 |
| Octal | 151 | 310 | 333 | 64 | 11 | 0 | 16 | 276 | 75 | 100 |
| Binary | 1101001 | 11001000 | 11011011 | 110100 | 1001 | 0 | 1110 | 10111110 | 111101 | 1000000 |
Color Harmonies of #69C8DB
Complementary color
Monochromatic Colors of #69C8DB
Black with #69C8DB
Text Example
Text Example
White with #69C8DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69C8DB; }
p { color: rgb(105,200,219); }
H1.HeaderClassName
{
color: #69C8DB;
}
.AnyTagClassName
{
color: #69C8DB;
}
</style>
background-color css
<style>
a { background-color: #69C8DB; }
a { background-color: rgb(105,200,219); }
div.DivClassName
{
background-color: #69C8DB;
}
.BgClassName
{
background-color: #69C8DB;
}
</style>
border-color css
<style>
span { border-color: #69C8DB; }
span { border-color: rgb(105,200,219); }
td.TdClassName
{
border-color: #69C8DB;
}
.TagClassName
{
border-color: #69C8DB;
}
</style>