Shades of Summer Sky #45ABDF
Tints of Summer Sky #45ABDF
RGB
CMYK
RGB Variations
Color information
#45ABDF (or 0x45ABDF) is known color: Summer Sky. HEX triplet: 45, AB and DF. RGB value is (69,171,223). Sum of RGB (Red+Green+Blue) = 69+171+223=463 (61% of max value = 765). Red value is 69 (27.34% from 255 or 14.90% from 463); Green value is 171 (67.19% from 255 or 36.93% from 463); Blue value is 223 (87.5% from 255 or 48.16% from 463); Max value from RGB is 223 - color contains mainly: blue. Hex color #45ABDF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #45ABDF is #BA5420. Grayscale: #929292. Windows color (decimal): -12211233 or 14658373. OLE color: 14658373.
HSL color Cylindrical-coordinate representation of color #45ABDF: hue angle of 200.26º degrees, saturation: 0.71, 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 #45ABDF is Cyan = 0.69, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 69 | 171 | 223 | - |
| CMYK | 0.69 | 0.23 | 0 | 0.13 |
| HSL | 200.26º | 0.71% | 0.57% | - |
| HSV(B) | 200.26º | 0.69% | 0.87% | - |
| XYZ | 30.34 | 35.72 | 75.11 | - |
| YUV | 146.43 | 171.21 | 72.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 171 | 223 | 0.69 | 0.23 | 0 | 0.13 | 200.26 | 0.71 | 0.57 |
| Hex | 45 | AB | DF | 45 | 17 | 0 | D | C8 | 47 | 39 |
| Octal | 105 | 253 | 337 | 105 | 27 | 0 | 15 | 310 | 107 | 71 |
| Binary | 1000101 | 10101011 | 11011111 | 1000101 | 10111 | 0 | 1101 | 11001000 | 1000111 | 111001 |
Color Harmonies of #45ABDF
Complementary color
Monochromatic Colors of #45ABDF
Black with #45ABDF
Text Example
Text Example
White with #45ABDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45ABDF; }
p { color: rgb(69,171,223); }
H1.HeaderClassName
{
color: #45ABDF;
}
.AnyTagClassName
{
color: #45ABDF;
}
</style>
background-color css
<style>
a { background-color: #45ABDF; }
a { background-color: rgb(69,171,223); }
div.DivClassName
{
background-color: #45ABDF;
}
.BgClassName
{
background-color: #45ABDF;
}
</style>
border-color css
<style>
span { border-color: #45ABDF; }
span { border-color: rgb(69,171,223); }
td.TdClassName
{
border-color: #45ABDF;
}
.TagClassName
{
border-color: #45ABDF;
}
</style>