Shades of Sky Blue #7BDBF5
Tints of Sky Blue #7BDBF5
RGB
CMYK
RGB Variations
Color information
#7BDBF5 (or 0x7BDBF5) is known color: Sky Blue. HEX triplet: 7B, DB and F5. RGB value is (123,219,245). Sum of RGB (Red+Green+Blue) = 123+219+245=587 (77% of max value = 765). Red value is 123 (48.44% from 255 or 20.95% from 587); Green value is 219 (85.94% from 255 or 37.31% from 587); Blue value is 245 (96.09% from 255 or 41.74% from 587); Max value from RGB is 245 - color contains mainly: blue. Hex color #7BDBF5 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #7BDBF5 is #84240A. Grayscale: #C1C1C1. Windows color (decimal): -8659979 or 16112507. OLE color: 16112507.
HSL color Cylindrical-coordinate representation of color #7BDBF5: hue angle of 192.79º degrees, saturation: 0.86, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #7BDBF5 is Cyan = 0.50, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 123 | 219 | 245 | - |
| CMYK | 0.50 | 0.11 | 0 | 0.04 |
| HSL | 192.79º | 0.86% | 0.72% | - |
| HSV(B) | 192.79º | 0.5% | 0.96% | - |
| XYZ | 49.98 | 61.47 | 95.62 | - |
| YUV | 193.26 | 157.2 | 77.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 219 | 245 | 0.50 | 0.11 | 0 | 0.04 | 192.79 | 0.86 | 0.72 |
| Hex | 7B | DB | F5 | 32 | B | 0 | 4 | C1 | 56 | 48 |
| Octal | 173 | 333 | 365 | 62 | 13 | 0 | 4 | 301 | 126 | 110 |
| Binary | 1111011 | 11011011 | 11110101 | 110010 | 1011 | 0 | 100 | 11000001 | 1010110 | 1001000 |
Color Harmonies of #7BDBF5
Complementary color
Monochromatic Colors of #7BDBF5
Black with #7BDBF5
Text Example
Text Example
White with #7BDBF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BDBF5; }
p { color: rgb(123,219,245); }
H1.HeaderClassName
{
color: #7BDBF5;
}
.AnyTagClassName
{
color: #7BDBF5;
}
</style>
background-color css
<style>
a { background-color: #7BDBF5; }
a { background-color: rgb(123,219,245); }
div.DivClassName
{
background-color: #7BDBF5;
}
.BgClassName
{
background-color: #7BDBF5;
}
</style>
border-color css
<style>
span { border-color: #7BDBF5; }
span { border-color: rgb(123,219,245); }
td.TdClassName
{
border-color: #7BDBF5;
}
.TagClassName
{
border-color: #7BDBF5;
}
</style>