Shades of Spray #75CBDC
Tints of Spray #75CBDC
RGB
CMYK
RGB Variations
Color information
#75CBDC (or 0x75CBDC) is known color: Spray. HEX triplet: 75, CB and DC. RGB value is (117,203,220). Sum of RGB (Red+Green+Blue) = 117+203+220=540 (71% of max value = 765). Red value is 117 (46.09% from 255 or 21.67% from 540); Green value is 203 (79.69% from 255 or 37.59% from 540); Blue value is 220 (86.33% from 255 or 40.74% from 540); Max value from RGB is 220 - color contains mainly: blue. Hex color #75CBDC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #75CBDC is #8A3423. Grayscale: #B3B3B3. Windows color (decimal): -9057316 or 14470005. OLE color: 14470005.
HSL color Cylindrical-coordinate representation of color #75CBDC: hue angle of 189.9º degrees, saturation: 0.6, 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 #75CBDC is Cyan = 0.47, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 117 | 203 | 220 | - |
| CMYK | 0.47 | 0.08 | 0 | 0.14 |
| HSL | 189.9º | 0.6% | 0.66% | - |
| HSV(B) | 189.9º | 0.47% | 0.86% | - |
| XYZ | 41.61 | 51.66 | 75.49 | - |
| YUV | 179.22 | 151.01 | 83.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 203 | 220 | 0.47 | 0.08 | 0 | 0.14 | 189.9 | 0.6 | 0.66 |
| Hex | 75 | CB | DC | 2F | 8 | 0 | E | BE | 3C | 42 |
| Octal | 165 | 313 | 334 | 57 | 10 | 0 | 16 | 276 | 74 | 102 |
| Binary | 1110101 | 11001011 | 11011100 | 101111 | 1000 | 0 | 1110 | 10111110 | 111100 | 1000010 |
Color Harmonies of #75CBDC
Complementary color
Monochromatic Colors of #75CBDC
Black with #75CBDC
Text Example
Text Example
White with #75CBDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75CBDC; }
p { color: rgb(117,203,220); }
H1.HeaderClassName
{
color: #75CBDC;
}
.AnyTagClassName
{
color: #75CBDC;
}
</style>
background-color css
<style>
a { background-color: #75CBDC; }
a { background-color: rgb(117,203,220); }
div.DivClassName
{
background-color: #75CBDC;
}
.BgClassName
{
background-color: #75CBDC;
}
</style>
border-color css
<style>
span { border-color: #75CBDC; }
span { border-color: rgb(117,203,220); }
td.TdClassName
{
border-color: #75CBDC;
}
.TagClassName
{
border-color: #75CBDC;
}
</style>