Shades of Summer Sky #45A1DF
Tints of Summer Sky #45A1DF
RGB
CMYK
RGB Variations
Color information
#45A1DF (or 0x45A1DF) is known color: Summer Sky. HEX triplet: 45, A1 and DF. RGB value is (69,161,223). Sum of RGB (Red+Green+Blue) = 69+161+223=453 (60% of max value = 765). Red value is 69 (27.34% from 255 or 15.23% from 453); Green value is 161 (63.28% from 255 or 35.54% from 453); Blue value is 223 (87.5% from 255 or 49.23% from 453); Max value from RGB is 223 - color contains mainly: blue. Hex color #45A1DF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #45A1DF is #BA5E20. Grayscale: #8C8C8C. Windows color (decimal): -12213793 or 14655813. OLE color: 14655813.
HSL color Cylindrical-coordinate representation of color #45A1DF: hue angle of 204.16º 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 #45A1DF is Cyan = 0.69, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 69 | 161 | 223 | - |
| CMYK | 0.69 | 0.28 | 0 | 0.13 |
| HSL | 204.16º | 0.71% | 0.57% | - |
| HSV(B) | 204.16º | 0.69% | 0.87% | - |
| XYZ | 28.52 | 32.08 | 74.5 | - |
| YUV | 140.56 | 174.52 | 76.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 161 | 223 | 0.69 | 0.28 | 0 | 0.13 | 204.16 | 0.71 | 0.57 |
| Hex | 45 | A1 | DF | 45 | 1C | 0 | D | CC | 47 | 39 |
| Octal | 105 | 241 | 337 | 105 | 34 | 0 | 15 | 314 | 107 | 71 |
| Binary | 1000101 | 10100001 | 11011111 | 1000101 | 11100 | 0 | 1101 | 11001100 | 1000111 | 111001 |
Color Harmonies of #45A1DF
Complementary color
Monochromatic Colors of #45A1DF
Black with #45A1DF
Text Example
Text Example
White with #45A1DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45A1DF; }
p { color: rgb(69,161,223); }
H1.HeaderClassName
{
color: #45A1DF;
}
.AnyTagClassName
{
color: #45A1DF;
}
</style>
background-color css
<style>
a { background-color: #45A1DF; }
a { background-color: rgb(69,161,223); }
div.DivClassName
{
background-color: #45A1DF;
}
.BgClassName
{
background-color: #45A1DF;
}
</style>
border-color css
<style>
span { border-color: #45A1DF; }
span { border-color: rgb(69,161,223); }
td.TdClassName
{
border-color: #45A1DF;
}
.TagClassName
{
border-color: #45A1DF;
}
</style>