Shades of Summer Sky #45ABDD
Tints of Summer Sky #45ABDD
RGB
CMYK
RGB Variations
Color information
#45ABDD (or 0x45ABDD) is known color: Summer Sky. HEX triplet: 45, AB and DD. RGB value is (69,171,221). Sum of RGB (Red+Green+Blue) = 69+171+221=461 (61% of max value = 765). Red value is 69 (27.34% from 255 or 14.97% from 461); Green value is 171 (67.19% from 255 or 37.09% from 461); Blue value is 221 (86.72% from 255 or 47.94% from 461); Max value from RGB is 221 - color contains mainly: blue. Hex color #45ABDD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #45ABDD is #BA5422. Grayscale: #919191. Windows color (decimal): -12211235 or 14527301. OLE color: 14527301.
HSL color Cylindrical-coordinate representation of color #45ABDD: hue angle of 199.74º 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 #45ABDD is Cyan = 0.69, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 69 | 171 | 221 | - |
| CMYK | 0.69 | 0.23 | 0 | 0.13 |
| HSL | 199.74º | 0.69% | 0.57% | - |
| HSV(B) | 199.74º | 0.69% | 0.87% | - |
| XYZ | 30.07 | 35.61 | 73.7 | - |
| YUV | 146.2 | 170.21 | 72.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 171 | 221 | 0.69 | 0.23 | 0 | 0.13 | 199.74 | 0.69 | 0.57 |
| Hex | 45 | AB | DD | 45 | 17 | 0 | D | C8 | 45 | 39 |
| Octal | 105 | 253 | 335 | 105 | 27 | 0 | 15 | 310 | 105 | 71 |
| Binary | 1000101 | 10101011 | 11011101 | 1000101 | 10111 | 0 | 1101 | 11001000 | 1000101 | 111001 |
Color Harmonies of #45ABDD
Complementary color
Monochromatic Colors of #45ABDD
Black with #45ABDD
Text Example
Text Example
White with #45ABDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45ABDD; }
p { color: rgb(69,171,221); }
H1.HeaderClassName
{
color: #45ABDD;
}
.AnyTagClassName
{
color: #45ABDD;
}
</style>
background-color css
<style>
a { background-color: #45ABDD; }
a { background-color: rgb(69,171,221); }
div.DivClassName
{
background-color: #45ABDD;
}
.BgClassName
{
background-color: #45ABDD;
}
</style>
border-color css
<style>
span { border-color: #45ABDD; }
span { border-color: rgb(69,171,221); }
td.TdClassName
{
border-color: #45ABDD;
}
.TagClassName
{
border-color: #45ABDD;
}
</style>