Shades of Summer Sky #45AFDD
Tints of Summer Sky #45AFDD
RGB
CMYK
RGB Variations
Color information
#45AFDD (or 0x45AFDD) is known color: Summer Sky. HEX triplet: 45, AF and DD. RGB value is (69,175,221). Sum of RGB (Red+Green+Blue) = 69+175+221=465 (61% of max value = 765). Red value is 69 (27.34% from 255 or 14.84% from 465); Green value is 175 (68.75% from 255 or 37.63% from 465); Blue value is 221 (86.72% from 255 or 47.53% from 465); Max value from RGB is 221 - color contains mainly: blue. Hex color #45AFDD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #45AFDD is #BA5022. Grayscale: #949494. Windows color (decimal): -12210211 or 14528325. OLE color: 14528325.
HSL color Cylindrical-coordinate representation of color #45AFDD: hue angle of 198.16º 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 #45AFDD is Cyan = 0.69, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 69 | 175 | 221 | - |
| CMYK | 0.69 | 0.21 | 0 | 0.13 |
| HSL | 198.16º | 0.69% | 0.57% | - |
| HSV(B) | 198.16º | 0.69% | 0.87% | - |
| XYZ | 30.84 | 37.15 | 73.95 | - |
| YUV | 148.55 | 168.88 | 71.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 175 | 221 | 0.69 | 0.21 | 0 | 0.13 | 198.16 | 0.69 | 0.57 |
| Hex | 45 | AF | DD | 45 | 15 | 0 | D | C6 | 45 | 39 |
| Octal | 105 | 257 | 335 | 105 | 25 | 0 | 15 | 306 | 105 | 71 |
| Binary | 1000101 | 10101111 | 11011101 | 1000101 | 10101 | 0 | 1101 | 11000110 | 1000101 | 111001 |
Color Harmonies of #45AFDD
Complementary color
Monochromatic Colors of #45AFDD
Black with #45AFDD
Text Example
Text Example
White with #45AFDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45AFDD; }
p { color: rgb(69,175,221); }
H1.HeaderClassName
{
color: #45AFDD;
}
.AnyTagClassName
{
color: #45AFDD;
}
</style>
background-color css
<style>
a { background-color: #45AFDD; }
a { background-color: rgb(69,175,221); }
div.DivClassName
{
background-color: #45AFDD;
}
.BgClassName
{
background-color: #45AFDD;
}
</style>
border-color css
<style>
span { border-color: #45AFDD; }
span { border-color: rgb(69,175,221); }
td.TdClassName
{
border-color: #45AFDD;
}
.TagClassName
{
border-color: #45AFDD;
}
</style>