Shades of Spray #7FDBDB
Tints of Spray #7FDBDB
RGB
CMYK
RGB Variations
Color information
#7FDBDB (or 0x7FDBDB) is known color: Spray. HEX triplet: 7F, DB and DB. RGB value is (127,219,219). Sum of RGB (Red+Green+Blue) = 127+219+219=565 (74% of max value = 765). Red value is 127 (50% from 255 or 22.48% from 565); Green value is 219 (85.94% from 255 or 38.76% from 565); Blue value is 219 (85.94% from 255 or 38.76% from 565); Max value from RGB is 219 - color contains mainly: green, blue. Hex color #7FDBDB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7FDBDB is #802424. Grayscale: #BFBFBF. Windows color (decimal): -8397861 or 14408575. OLE color: 14408575.
HSL color Cylindrical-coordinate representation of color #7FDBDB: hue angle of 180º degrees, saturation: 0.56, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #7FDBDB is Cyan = 0.42, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
RGB | 127 | 219 | 219 | - |
CMYK | 0.42 | 0 | 0 | 0.14 |
HSL | 180º | 0.56% | 0.68% | - |
HSV(B) | 180º | 0.42% | 0.86% | - |
XYZ | 46.87 | 60.29 | 76.18 | - |
YUV | 191.49 | 143.52 | 82 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 127 | 219 | 219 | 0.42 | 0 | 0 | 0.14 | 180 | 0.56 | 0.68 |
Hex | 7F | DB | DB | 2A | 0 | 0 | E | B4 | 38 | 44 |
Octal | 177 | 333 | 333 | 52 | 0 | 0 | 16 | 264 | 70 | 104 |
Binary | 1111111 | 11011011 | 11011011 | 101010 | 0 | 0 | 1110 | 10110100 | 111000 | 1000100 |
Color Harmonies of #7FDBDB
Complementary color
Monochromatic Colors of #7FDBDB
Black with #7FDBDB
Text Example
Text Example
White with #7FDBDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FDBDB; }
p { color: rgb(127,219,219); }
H1.HeaderClassName
{
color: #7FDBDB;
}
.AnyTagClassName
{
color: #7FDBDB;
}
</style>
background-color css
<style>
a { background-color: #7FDBDB; }
a { background-color: rgb(127,219,219); }
div.DivClassName
{
background-color: #7FDBDB;
}
.BgClassName
{
background-color: #7FDBDB;
}
</style>
border-color css
<style>
span { border-color: #7FDBDB; }
span { border-color: rgb(127,219,219); }
td.TdClassName
{
border-color: #7FDBDB;
}
.TagClassName
{
border-color: #7FDBDB;
}
</style>