Shades of Summer Sky #45B7DB
Tints of Summer Sky #45B7DB
RGB
CMYK
RGB Variations
Color information
#45B7DB (or 0x45B7DB) is known color: Summer Sky. HEX triplet: 45, B7 and DB. RGB value is (69,183,219). Sum of RGB (Red+Green+Blue) = 69+183+219=471 (62% of max value = 765). Red value is 69 (27.34% from 255 or 14.65% from 471); Green value is 183 (71.88% from 255 or 38.85% from 471); Blue value is 219 (85.94% from 255 or 46.50% from 471); Max value from RGB is 219 - color contains mainly: blue. Hex color #45B7DB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #45B7DB is #BA4824. Grayscale: #989898. Windows color (decimal): -12208165 or 14399301. OLE color: 14399301.
HSL color Cylindrical-coordinate representation of color #45B7DB: hue angle of 194.4º degrees, saturation: 0.68, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #45B7DB is Cyan = 0.68, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 69 | 183 | 219 | - |
| CMYK | 0.68 | 0.16 | 0 | 0.14 |
| HSL | 194.4º | 0.68% | 0.56% | - |
| HSV(B) | 194.4º | 0.68% | 0.86% | - |
| XYZ | 32.17 | 40.25 | 73.09 | - |
| YUV | 153.02 | 165.23 | 68.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 183 | 219 | 0.68 | 0.16 | 0 | 0.14 | 194.4 | 0.68 | 0.56 |
| Hex | 45 | B7 | DB | 44 | 10 | 0 | E | C2 | 44 | 38 |
| Octal | 105 | 267 | 333 | 104 | 20 | 0 | 16 | 302 | 104 | 70 |
| Binary | 1000101 | 10110111 | 11011011 | 1000100 | 10000 | 0 | 1110 | 11000010 | 1000100 | 111000 |
Color Harmonies of #45B7DB
Complementary color
Monochromatic Colors of #45B7DB
Black with #45B7DB
Text Example
Text Example
White with #45B7DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45B7DB; }
p { color: rgb(69,183,219); }
H1.HeaderClassName
{
color: #45B7DB;
}
.AnyTagClassName
{
color: #45B7DB;
}
</style>
background-color css
<style>
a { background-color: #45B7DB; }
a { background-color: rgb(69,183,219); }
div.DivClassName
{
background-color: #45B7DB;
}
.BgClassName
{
background-color: #45B7DB;
}
</style>
border-color css
<style>
span { border-color: #45B7DB; }
span { border-color: rgb(69,183,219); }
td.TdClassName
{
border-color: #45B7DB;
}
.TagClassName
{
border-color: #45B7DB;
}
</style>