Shades of Summer Sky #45BBDD
Tints of Summer Sky #45BBDD
RGB
CMYK
RGB Variations
Color information
#45BBDD (or 0x45BBDD) is known color: Summer Sky. HEX triplet: 45, BB and DD. RGB value is (69,187,221). Sum of RGB (Red+Green+Blue) = 69+187+221=477 (63% of max value = 765). Red value is 69 (27.34% from 255 or 14.47% from 477); Green value is 187 (73.44% from 255 or 39.20% from 477); Blue value is 221 (86.72% from 255 or 46.33% from 477); Max value from RGB is 221 - color contains mainly: blue. Hex color #45BBDD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #45BBDD is #BA4422. Grayscale: #9B9B9B. Windows color (decimal): -12207139 or 14531397. OLE color: 14531397.
HSL color Cylindrical-coordinate representation of color #45BBDD: hue angle of 193.42º degrees, saturation: 0.69, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #45BBDD is Cyan = 0.69, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 69 | 187 | 221 | - |
| CMYK | 0.69 | 0.15 | 0 | 0.13 |
| HSL | 193.42º | 0.69% | 0.57% | - |
| HSV(B) | 193.42º | 0.69% | 0.87% | - |
| XYZ | 33.28 | 42.03 | 74.76 | - |
| YUV | 155.59 | 164.91 | 66.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 187 | 221 | 0.69 | 0.15 | 0 | 0.13 | 193.42 | 0.69 | 0.57 |
| Hex | 45 | BB | DD | 45 | F | 0 | D | C1 | 45 | 39 |
| Octal | 105 | 273 | 335 | 105 | 17 | 0 | 15 | 301 | 105 | 71 |
| Binary | 1000101 | 10111011 | 11011101 | 1000101 | 1111 | 0 | 1101 | 11000001 | 1000101 | 111001 |
Color Harmonies of #45BBDD
Complementary color
Monochromatic Colors of #45BBDD
Black with #45BBDD
Text Example
Text Example
White with #45BBDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45BBDD; }
p { color: rgb(69,187,221); }
H1.HeaderClassName
{
color: #45BBDD;
}
.AnyTagClassName
{
color: #45BBDD;
}
</style>
background-color css
<style>
a { background-color: #45BBDD; }
a { background-color: rgb(69,187,221); }
div.DivClassName
{
background-color: #45BBDD;
}
.BgClassName
{
background-color: #45BBDD;
}
</style>
border-color css
<style>
span { border-color: #45BBDD; }
span { border-color: rgb(69,187,221); }
td.TdClassName
{
border-color: #45BBDD;
}
.TagClassName
{
border-color: #45BBDD;
}
</style>