Shades of Spray #75CBDB
Tints of Spray #75CBDB
RGB
CMYK
RGB Variations
Color information
#75CBDB (or 0x75CBDB) is known color: Spray. HEX triplet: 75, CB and DB. RGB value is (117,203,219). Sum of RGB (Red+Green+Blue) = 117+203+219=539 (71% of max value = 765). Red value is 117 (46.09% from 255 or 21.71% from 539); Green value is 203 (79.69% from 255 or 37.66% from 539); Blue value is 219 (85.94% from 255 or 40.63% from 539); Max value from RGB is 219 - color contains mainly: blue. Hex color #75CBDB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #75CBDB is #8A3424. Grayscale: #B2B2B2. Windows color (decimal): -9057317 or 14404469. OLE color: 14404469.
HSL color Cylindrical-coordinate representation of color #75CBDB: hue angle of 189.41º 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 #75CBDB is Cyan = 0.47, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 117 | 203 | 219 | - |
| CMYK | 0.47 | 0.07 | 0 | 0.14 |
| HSL | 189.41º | 0.59% | 0.66% | - |
| HSV(B) | 189.41º | 0.47% | 0.86% | - |
| XYZ | 41.48 | 51.61 | 74.79 | - |
| YUV | 179.11 | 150.51 | 83.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 203 | 219 | 0.47 | 0.07 | 0 | 0.14 | 189.41 | 0.59 | 0.66 |
| Hex | 75 | CB | DB | 2F | 7 | 0 | E | BD | 3B | 42 |
| Octal | 165 | 313 | 333 | 57 | 7 | 0 | 16 | 275 | 73 | 102 |
| Binary | 1110101 | 11001011 | 11011011 | 101111 | 111 | 0 | 1110 | 10111101 | 111011 | 1000010 |
Color Harmonies of #75CBDB
Complementary color
Monochromatic Colors of #75CBDB
Black with #75CBDB
Text Example
Text Example
White with #75CBDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75CBDB; }
p { color: rgb(117,203,219); }
H1.HeaderClassName
{
color: #75CBDB;
}
.AnyTagClassName
{
color: #75CBDB;
}
</style>
background-color css
<style>
a { background-color: #75CBDB; }
a { background-color: rgb(117,203,219); }
div.DivClassName
{
background-color: #75CBDB;
}
.BgClassName
{
background-color: #75CBDB;
}
</style>
border-color css
<style>
span { border-color: #75CBDB; }
span { border-color: rgb(117,203,219); }
td.TdClassName
{
border-color: #75CBDB;
}
.TagClassName
{
border-color: #75CBDB;
}
</style>