Shades of Spray #7BCFDF
Tints of Spray #7BCFDF
RGB
CMYK
RGB Variations
Color information
#7BCFDF (or 0x7BCFDF) is known color: Spray. HEX triplet: 7B, CF and DF. RGB value is (123,207,223). Sum of RGB (Red+Green+Blue) = 123+207+223=553 (73% of max value = 765). Red value is 123 (48.44% from 255 or 22.24% from 553); Green value is 207 (81.25% from 255 or 37.43% from 553); Blue value is 223 (87.5% from 255 or 40.33% from 553); Max value from RGB is 223 - color contains mainly: blue. Hex color #7BCFDF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7BCFDF is #843020. Grayscale: #B7B7B7. Windows color (decimal): -8663073 or 14667643. OLE color: 14667643.
HSL color Cylindrical-coordinate representation of color #7BCFDF: hue angle of 189.6º degrees, saturation: 0.61, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #7BCFDF is Cyan = 0.45, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 123 | 207 | 223 | - |
| CMYK | 0.45 | 0.07 | 0 | 0.13 |
| HSL | 189.6º | 0.61% | 0.68% | - |
| HSV(B) | 189.6º | 0.45% | 0.87% | - |
| XYZ | 43.8 | 54.16 | 77.96 | - |
| YUV | 183.71 | 150.17 | 84.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 207 | 223 | 0.45 | 0.07 | 0 | 0.13 | 189.6 | 0.61 | 0.68 |
| Hex | 7B | CF | DF | 2D | 7 | 0 | D | BE | 3D | 44 |
| Octal | 173 | 317 | 337 | 55 | 7 | 0 | 15 | 276 | 75 | 104 |
| Binary | 1111011 | 11001111 | 11011111 | 101101 | 111 | 0 | 1101 | 10111110 | 111101 | 1000100 |
Color Harmonies of #7BCFDF
Complementary color
Monochromatic Colors of #7BCFDF
Black with #7BCFDF
Text Example
Text Example
White with #7BCFDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BCFDF; }
p { color: rgb(123,207,223); }
H1.HeaderClassName
{
color: #7BCFDF;
}
.AnyTagClassName
{
color: #7BCFDF;
}
</style>
background-color css
<style>
a { background-color: #7BCFDF; }
a { background-color: rgb(123,207,223); }
div.DivClassName
{
background-color: #7BCFDF;
}
.BgClassName
{
background-color: #7BCFDF;
}
</style>
border-color css
<style>
span { border-color: #7BCFDF; }
span { border-color: rgb(123,207,223); }
td.TdClassName
{
border-color: #7BCFDF;
}
.TagClassName
{
border-color: #7BCFDF;
}
</style>