Shades of Spray #75CCDB
Tints of Spray #75CCDB
RGB
CMYK
RGB Variations
Color information
#75CCDB (or 0x75CCDB) is known color: Spray. HEX triplet: 75, CC and DB. RGB value is (117,204,219). Sum of RGB (Red+Green+Blue) = 117+204+219=540 (71% of max value = 765). Red value is 117 (46.09% from 255 or 21.67% from 540); Green value is 204 (80.08% from 255 or 37.78% from 540); Blue value is 219 (85.94% from 255 or 40.56% from 540); Max value from RGB is 219 - color contains mainly: blue. Hex color #75CCDB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #75CCDB is #8A3324. Grayscale: #B3B3B3. Windows color (decimal): -9057061 or 14404725. OLE color: 14404725.
HSL color Cylindrical-coordinate representation of color #75CCDB: hue angle of 188.82º degrees, saturation: 0.59, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #75CCDB is Cyan = 0.47, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 117 | 204 | 219 | - |
| CMYK | 0.47 | 0.07 | 0 | 0.14 |
| HSL | 188.82º | 0.59% | 0.66% | - |
| HSV(B) | 188.82º | 0.47% | 0.86% | - |
| XYZ | 41.72 | 52.08 | 74.87 | - |
| YUV | 179.7 | 150.18 | 83.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 204 | 219 | 0.47 | 0.07 | 0 | 0.14 | 188.82 | 0.59 | 0.66 |
| Hex | 75 | CC | DB | 2F | 7 | 0 | E | BD | 3B | 42 |
| Octal | 165 | 314 | 333 | 57 | 7 | 0 | 16 | 275 | 73 | 102 |
| Binary | 1110101 | 11001100 | 11011011 | 101111 | 111 | 0 | 1110 | 10111101 | 111011 | 1000010 |
Color Harmonies of #75CCDB
Complementary color
Monochromatic Colors of #75CCDB
Black with #75CCDB
Text Example
Text Example
White with #75CCDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75CCDB; }
p { color: rgb(117,204,219); }
H1.HeaderClassName
{
color: #75CCDB;
}
.AnyTagClassName
{
color: #75CCDB;
}
</style>
background-color css
<style>
a { background-color: #75CCDB; }
a { background-color: rgb(117,204,219); }
div.DivClassName
{
background-color: #75CCDB;
}
.BgClassName
{
background-color: #75CCDB;
}
</style>
border-color css
<style>
span { border-color: #75CCDB; }
span { border-color: rgb(117,204,219); }
td.TdClassName
{
border-color: #75CCDB;
}
.TagClassName
{
border-color: #75CCDB;
}
</style>