Shades of Spray #83CBDC
Tints of Spray #83CBDC
RGB
CMYK
RGB Variations
Color information
#83CBDC (or 0x83CBDC) is known color: Spray. HEX triplet: 83, CB and DC. RGB value is (131,203,220). Sum of RGB (Red+Green+Blue) = 131+203+220=554 (73% of max value = 765). Red value is 131 (51.56% from 255 or 23.65% from 554); Green value is 203 (79.69% from 255 or 36.64% from 554); Blue value is 220 (86.33% from 255 or 39.71% from 554); Max value from RGB is 220 - color contains mainly: blue. Hex color #83CBDC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #83CBDC is #7C3423. Grayscale: #B7B7B7. Windows color (decimal): -8139812 or 14470019. OLE color: 14470019.
HSL color Cylindrical-coordinate representation of color #83CBDC: hue angle of 191.46º degrees, saturation: 0.56, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #83CBDC is Cyan = 0.40, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 131 | 203 | 220 | - |
| CMYK | 0.40 | 0.08 | 0 | 0.14 |
| HSL | 191.46º | 0.56% | 0.69% | - |
| HSV(B) | 191.46º | 0.4% | 0.86% | - |
| XYZ | 43.63 | 52.7 | 75.58 | - |
| YUV | 183.41 | 148.65 | 90.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 203 | 220 | 0.40 | 0.08 | 0 | 0.14 | 191.46 | 0.56 | 0.69 |
| Hex | 83 | CB | DC | 28 | 8 | 0 | E | BF | 38 | 45 |
| Octal | 203 | 313 | 334 | 50 | 10 | 0 | 16 | 277 | 70 | 105 |
| Binary | 10000011 | 11001011 | 11011100 | 101000 | 1000 | 0 | 1110 | 10111111 | 111000 | 1000101 |
Color Harmonies of #83CBDC
Complementary color
Monochromatic Colors of #83CBDC
Black with #83CBDC
Text Example
Text Example
White with #83CBDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83CBDC; }
p { color: rgb(131,203,220); }
H1.HeaderClassName
{
color: #83CBDC;
}
.AnyTagClassName
{
color: #83CBDC;
}
</style>
background-color css
<style>
a { background-color: #83CBDC; }
a { background-color: rgb(131,203,220); }
div.DivClassName
{
background-color: #83CBDC;
}
.BgClassName
{
background-color: #83CBDC;
}
</style>
border-color css
<style>
span { border-color: #83CBDC; }
span { border-color: rgb(131,203,220); }
td.TdClassName
{
border-color: #83CBDC;
}
.TagClassName
{
border-color: #83CBDC;
}
</style>