Shades of Summer Sky #45BCDF
Tints of Summer Sky #45BCDF
RGB
CMYK
RGB Variations
Color information
#45BCDF (or 0x45BCDF) is known color: Summer Sky. HEX triplet: 45, BC and DF. RGB value is (69,188,223). Sum of RGB (Red+Green+Blue) = 69+188+223=480 (63% of max value = 765). Red value is 69 (27.34% from 255 or 14.38% from 480); Green value is 188 (73.83% from 255 or 39.17% from 480); Blue value is 223 (87.5% from 255 or 46.46% from 480); Max value from RGB is 223 - color contains mainly: blue. Hex color #45BCDF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #45BCDF is #BA4320. Grayscale: #9C9C9C. Windows color (decimal): -12206881 or 14662725. OLE color: 14662725.
HSL color Cylindrical-coordinate representation of color #45BCDF: hue angle of 193.64º 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 #45BCDF is Cyan = 0.69, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 69 | 188 | 223 | - |
| CMYK | 0.69 | 0.16 | 0 | 0.13 |
| HSL | 193.64º | 0.71% | 0.57% | - |
| HSV(B) | 193.64º | 0.69% | 0.87% | - |
| XYZ | 33.76 | 42.56 | 76.25 | - |
| YUV | 156.41 | 165.58 | 65.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 188 | 223 | 0.69 | 0.16 | 0 | 0.13 | 193.64 | 0.71 | 0.57 |
| Hex | 45 | BC | DF | 45 | 10 | 0 | D | C2 | 47 | 39 |
| Octal | 105 | 274 | 337 | 105 | 20 | 0 | 15 | 302 | 107 | 71 |
| Binary | 1000101 | 10111100 | 11011111 | 1000101 | 10000 | 0 | 1101 | 11000010 | 1000111 | 111001 |
Color Harmonies of #45BCDF
Complementary color
Monochromatic Colors of #45BCDF
Black with #45BCDF
Text Example
Text Example
White with #45BCDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45BCDF; }
p { color: rgb(69,188,223); }
H1.HeaderClassName
{
color: #45BCDF;
}
.AnyTagClassName
{
color: #45BCDF;
}
</style>
background-color css
<style>
a { background-color: #45BCDF; }
a { background-color: rgb(69,188,223); }
div.DivClassName
{
background-color: #45BCDF;
}
.BgClassName
{
background-color: #45BCDF;
}
</style>
border-color css
<style>
span { border-color: #45BCDF; }
span { border-color: rgb(69,188,223); }
td.TdClassName
{
border-color: #45BCDF;
}
.TagClassName
{
border-color: #45BCDF;
}
</style>