Shades of Summer Sky #45BAFF
Tints of Summer Sky #45BAFF
RGB
CMYK
RGB Variations
Color information
#45BAFF (or 0x45BAFF) is known color: Summer Sky. HEX triplet: 45, BA and FF. RGB value is (69,186,255). Sum of RGB (Red+Green+Blue) = 69+186+255=510 (67% of max value = 765). Red value is 69 (27.34% from 255 or 13.53% from 510); Green value is 186 (73.05% from 255 or 36.47% from 510); Blue value is 255 (100% from 255 or 50% from 510); Max value from RGB is 255 - color contains mainly: blue. Hex color #45BAFF is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #45BAFF is #BA4500. Grayscale: #9E9E9E. Windows color (decimal): -12207361 or 16759365. OLE color: 16759365.
HSL color Cylindrical-coordinate representation of color #45BAFF: hue angle of 202.26º 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 #45BAFF is Cyan = 0.73, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 69 | 186 | 255 | - |
| CMYK | 0.73 | 0.27 | 0 | 0 |
| HSL | 202.26º | 1% | 0.64% | - |
| HSV(B) | 202.26º | 0.73% | 1% | - |
| XYZ | 38.06 | 43.6 | 101.02 | - |
| YUV | 158.88 | 182.24 | 63.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 186 | 255 | 0.73 | 0.27 | 0 | 0 | 202.26 | 1 | 0.64 |
| Hex | 45 | BA | FF | 49 | 1B | 0 | 0 | CA | 64 | 40 |
| Octal | 105 | 272 | 377 | 111 | 33 | 0 | 0 | 312 | 144 | 100 |
| Binary | 1000101 | 10111010 | 11111111 | 1001001 | 11011 | 0 | 0 | 11001010 | 1100100 | 1000000 |
Color Harmonies of #45BAFF
Complementary color
Monochromatic Colors of #45BAFF
Black with #45BAFF
Text Example
Text Example
White with #45BAFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45BAFF; }
p { color: rgb(69,186,255); }
H1.HeaderClassName
{
color: #45BAFF;
}
.AnyTagClassName
{
color: #45BAFF;
}
</style>
background-color css
<style>
a { background-color: #45BAFF; }
a { background-color: rgb(69,186,255); }
div.DivClassName
{
background-color: #45BAFF;
}
.BgClassName
{
background-color: #45BAFF;
}
</style>
border-color css
<style>
span { border-color: #45BAFF; }
span { border-color: rgb(69,186,255); }
td.TdClassName
{
border-color: #45BAFF;
}
.TagClassName
{
border-color: #45BAFF;
}
</style>