Shades of Summer Sky #45ABFF
Tints of Summer Sky #45ABFF
RGB
CMYK
RGB Variations
Color information
#45ABFF (or 0x45ABFF) is known color: Summer Sky. HEX triplet: 45, AB and FF. RGB value is (69,171,255). Sum of RGB (Red+Green+Blue) = 69+171+255=495 (65% of max value = 765). Red value is 69 (27.34% from 255 or 13.94% from 495); Green value is 171 (67.19% from 255 or 34.55% from 495); Blue value is 255 (100% from 255 or 51.52% from 495); Max value from RGB is 255 - color contains mainly: blue. Hex color #45ABFF is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #45ABFF is #BA5400. Grayscale: #959595. Windows color (decimal): -12211201 or 16755525. OLE color: 16755525.
HSL color Cylindrical-coordinate representation of color #45ABFF: hue angle of 207.1º degrees, saturation: 1, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #45ABFF is Cyan = 0.73, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 69 | 171 | 255 | - |
| CMYK | 0.73 | 0.33 | 0 | 0 |
| HSL | 207.1º | 1% | 0.64% | - |
| HSV(B) | 207.1º | 0.73% | 1% | - |
| XYZ | 35.07 | 37.61 | 100.02 | - |
| YUV | 150.08 | 187.21 | 70.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 171 | 255 | 0.73 | 0.33 | 0 | 0 | 207.1 | 1 | 0.64 |
| Hex | 45 | AB | FF | 49 | 21 | 0 | 0 | CF | 64 | 40 |
| Octal | 105 | 253 | 377 | 111 | 41 | 0 | 0 | 317 | 144 | 100 |
| Binary | 1000101 | 10101011 | 11111111 | 1001001 | 100001 | 0 | 0 | 11001111 | 1100100 | 1000000 |
Color Harmonies of #45ABFF
Complementary color
Monochromatic Colors of #45ABFF
Black with #45ABFF
Text Example
Text Example
White with #45ABFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45ABFF; }
p { color: rgb(69,171,255); }
H1.HeaderClassName
{
color: #45ABFF;
}
.AnyTagClassName
{
color: #45ABFF;
}
</style>
background-color css
<style>
a { background-color: #45ABFF; }
a { background-color: rgb(69,171,255); }
div.DivClassName
{
background-color: #45ABFF;
}
.BgClassName
{
background-color: #45ABFF;
}
</style>
border-color css
<style>
span { border-color: #45ABFF; }
span { border-color: rgb(69,171,255); }
td.TdClassName
{
border-color: #45ABFF;
}
.TagClassName
{
border-color: #45ABFF;
}
</style>