Shades of Summer Sky #45ABDC
Tints of Summer Sky #45ABDC
RGB
CMYK
RGB Variations
Color information
#45ABDC (or 0x45ABDC) is known color: Summer Sky. HEX triplet: 45, AB and DC. RGB value is (69,171,220). Sum of RGB (Red+Green+Blue) = 69+171+220=460 (60% of max value = 765). Red value is 69 (27.34% from 255 or 15% from 460); Green value is 171 (67.19% from 255 or 37.17% from 460); Blue value is 220 (86.33% from 255 or 47.83% from 460); Max value from RGB is 220 - color contains mainly: blue. Hex color #45ABDC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #45ABDC is #BA5423. Grayscale: #919191. Windows color (decimal): -12211236 or 14461765. OLE color: 14461765.
HSL color Cylindrical-coordinate representation of color #45ABDC: hue angle of 199.47º degrees, saturation: 0.68, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #45ABDC is Cyan = 0.69, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 69 | 171 | 220 | - |
| CMYK | 0.69 | 0.22 | 0 | 0.14 |
| HSL | 199.47º | 0.68% | 0.57% | - |
| HSV(B) | 199.47º | 0.69% | 0.86% | - |
| XYZ | 29.94 | 35.56 | 73 | - |
| YUV | 146.09 | 169.71 | 73.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 171 | 220 | 0.69 | 0.22 | 0 | 0.14 | 199.47 | 0.68 | 0.57 |
| Hex | 45 | AB | DC | 45 | 16 | 0 | E | C7 | 44 | 39 |
| Octal | 105 | 253 | 334 | 105 | 26 | 0 | 16 | 307 | 104 | 71 |
| Binary | 1000101 | 10101011 | 11011100 | 1000101 | 10110 | 0 | 1110 | 11000111 | 1000100 | 111001 |
Color Harmonies of #45ABDC
Complementary color
Monochromatic Colors of #45ABDC
Black with #45ABDC
Text Example
Text Example
White with #45ABDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45ABDC; }
p { color: rgb(69,171,220); }
H1.HeaderClassName
{
color: #45ABDC;
}
.AnyTagClassName
{
color: #45ABDC;
}
</style>
background-color css
<style>
a { background-color: #45ABDC; }
a { background-color: rgb(69,171,220); }
div.DivClassName
{
background-color: #45ABDC;
}
.BgClassName
{
background-color: #45ABDC;
}
</style>
border-color css
<style>
span { border-color: #45ABDC; }
span { border-color: rgb(69,171,220); }
td.TdClassName
{
border-color: #45ABDC;
}
.TagClassName
{
border-color: #45ABDC;
}
</style>