Shades of Summer Sky #45BCFF
Tints of Summer Sky #45BCFF
RGB
CMYK
RGB Variations
Color information
#45BCFF (or 0x45BCFF) is known color: Summer Sky. HEX triplet: 45, BC and FF. RGB value is (69,188,255). Sum of RGB (Red+Green+Blue) = 69+188+255=512 (67% of max value = 765). Red value is 69 (27.34% from 255 or 13.48% from 512); Green value is 188 (73.83% from 255 or 36.72% from 512); Blue value is 255 (100% from 255 or 49.80% from 512); Max value from RGB is 255 - color contains mainly: blue. Hex color #45BCFF is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #45BCFF is #BA4300. Grayscale: #9F9F9F. Windows color (decimal): -12206849 or 16759877. OLE color: 16759877.
HSL color Cylindrical-coordinate representation of color #45BCFF: hue angle of 201.61º 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 #45BCFF is Cyan = 0.73, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 69 | 188 | 255 | - |
| CMYK | 0.73 | 0.26 | 0 | 0 |
| HSL | 201.61º | 1% | 0.64% | - |
| HSV(B) | 201.61º | 0.73% | 1% | - |
| XYZ | 38.49 | 44.45 | 101.16 | - |
| YUV | 160.06 | 181.58 | 63.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 188 | 255 | 0.73 | 0.26 | 0 | 0 | 201.61 | 1 | 0.64 |
| Hex | 45 | BC | FF | 49 | 1A | 0 | 0 | CA | 64 | 40 |
| Octal | 105 | 274 | 377 | 111 | 32 | 0 | 0 | 312 | 144 | 100 |
| Binary | 1000101 | 10111100 | 11111111 | 1001001 | 11010 | 0 | 0 | 11001010 | 1100100 | 1000000 |
Color Harmonies of #45BCFF
Complementary color
Monochromatic Colors of #45BCFF
Black with #45BCFF
Text Example
Text Example
White with #45BCFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45BCFF; }
p { color: rgb(69,188,255); }
H1.HeaderClassName
{
color: #45BCFF;
}
.AnyTagClassName
{
color: #45BCFF;
}
</style>
background-color css
<style>
a { background-color: #45BCFF; }
a { background-color: rgb(69,188,255); }
div.DivClassName
{
background-color: #45BCFF;
}
.BgClassName
{
background-color: #45BCFF;
}
</style>
border-color css
<style>
span { border-color: #45BCFF; }
span { border-color: rgb(69,188,255); }
td.TdClassName
{
border-color: #45BCFF;
}
.TagClassName
{
border-color: #45BCFF;
}
</style>