Shades of Spray #83CBDA
Tints of Spray #83CBDA
RGB
CMYK
RGB Variations
Color information
#83CBDA (or 0x83CBDA) is known color: Spray. HEX triplet: 83, CB and DA. RGB value is (131,203,218). Sum of RGB (Red+Green+Blue) = 131+203+218=552 (73% of max value = 765). Red value is 131 (51.56% from 255 or 23.73% from 552); Green value is 203 (79.69% from 255 or 36.78% from 552); Blue value is 218 (85.55% from 255 or 39.49% from 552); Max value from RGB is 218 - color contains mainly: blue. Hex color #83CBDA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #83CBDA is #7C3425. Grayscale: #B7B7B7. Windows color (decimal): -8139814 or 14338947. OLE color: 14338947.
HSL color Cylindrical-coordinate representation of color #83CBDA: hue angle of 190.34º degrees, saturation: 0.54, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #83CBDA is Cyan = 0.40, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 131 | 203 | 218 | - |
| CMYK | 0.40 | 0.07 | 0 | 0.15 |
| HSL | 190.34º | 0.54% | 0.68% | - |
| HSV(B) | 190.34º | 0.4% | 0.85% | - |
| XYZ | 43.37 | 52.6 | 74.2 | - |
| YUV | 183.18 | 147.65 | 90.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 203 | 218 | 0.40 | 0.07 | 0 | 0.15 | 190.34 | 0.54 | 0.68 |
| Hex | 83 | CB | DA | 28 | 7 | 0 | F | BE | 36 | 44 |
| Octal | 203 | 313 | 332 | 50 | 7 | 0 | 17 | 276 | 66 | 104 |
| Binary | 10000011 | 11001011 | 11011010 | 101000 | 111 | 0 | 1111 | 10111110 | 110110 | 1000100 |
Color Harmonies of #83CBDA
Complementary color
Monochromatic Colors of #83CBDA
Black with #83CBDA
Text Example
Text Example
White with #83CBDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83CBDA; }
p { color: rgb(131,203,218); }
H1.HeaderClassName
{
color: #83CBDA;
}
.AnyTagClassName
{
color: #83CBDA;
}
</style>
background-color css
<style>
a { background-color: #83CBDA; }
a { background-color: rgb(131,203,218); }
div.DivClassName
{
background-color: #83CBDA;
}
.BgClassName
{
background-color: #83CBDA;
}
</style>
border-color css
<style>
span { border-color: #83CBDA; }
span { border-color: rgb(131,203,218); }
td.TdClassName
{
border-color: #83CBDA;
}
.TagClassName
{
border-color: #83CBDA;
}
</style>