Shades of Summer Sky #45BBDF
Tints of Summer Sky #45BBDF
RGB
CMYK
RGB Variations
Color information
#45BBDF (or 0x45BBDF) is known color: Summer Sky. HEX triplet: 45, BB and DF. RGB value is (69,187,223). Sum of RGB (Red+Green+Blue) = 69+187+223=479 (63% of max value = 765). Red value is 69 (27.34% from 255 or 14.41% from 479); Green value is 187 (73.44% from 255 or 39.04% from 479); Blue value is 223 (87.5% from 255 or 46.56% from 479); Max value from RGB is 223 - color contains mainly: blue. Hex color #45BBDF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #45BBDF is #BA4420. Grayscale: #9B9B9B. Windows color (decimal): -12207137 or 14662469. OLE color: 14662469.
HSL color Cylindrical-coordinate representation of color #45BBDF: hue angle of 194.03º 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 #45BBDF is Cyan = 0.69, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 69 | 187 | 223 | - |
| CMYK | 0.69 | 0.16 | 0 | 0.13 |
| HSL | 194.03º | 0.71% | 0.57% | - |
| HSV(B) | 194.03º | 0.69% | 0.87% | - |
| XYZ | 33.54 | 42.13 | 76.18 | - |
| YUV | 155.82 | 165.91 | 66.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 187 | 223 | 0.69 | 0.16 | 0 | 0.13 | 194.03 | 0.71 | 0.57 |
| Hex | 45 | BB | DF | 45 | 10 | 0 | D | C2 | 47 | 39 |
| Octal | 105 | 273 | 337 | 105 | 20 | 0 | 15 | 302 | 107 | 71 |
| Binary | 1000101 | 10111011 | 11011111 | 1000101 | 10000 | 0 | 1101 | 11000010 | 1000111 | 111001 |
Color Harmonies of #45BBDF
Complementary color
Monochromatic Colors of #45BBDF
Black with #45BBDF
Text Example
Text Example
White with #45BBDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45BBDF; }
p { color: rgb(69,187,223); }
H1.HeaderClassName
{
color: #45BBDF;
}
.AnyTagClassName
{
color: #45BBDF;
}
</style>
background-color css
<style>
a { background-color: #45BBDF; }
a { background-color: rgb(69,187,223); }
div.DivClassName
{
background-color: #45BBDF;
}
.BgClassName
{
background-color: #45BBDF;
}
</style>
border-color css
<style>
span { border-color: #45BBDF; }
span { border-color: rgb(69,187,223); }
td.TdClassName
{
border-color: #45BBDF;
}
.TagClassName
{
border-color: #45BBDF;
}
</style>