Shades of Summer Sky #45BEDB
Tints of Summer Sky #45BEDB
RGB
CMYK
RGB Variations
Color information
#45BEDB (or 0x45BEDB) is known color: Summer Sky. HEX triplet: 45, BE and DB. RGB value is (69,190,219). Sum of RGB (Red+Green+Blue) = 69+190+219=478 (63% of max value = 765). Red value is 69 (27.34% from 255 or 14.44% from 478); Green value is 190 (74.61% from 255 or 39.75% from 478); Blue value is 219 (85.94% from 255 or 45.82% from 478); Max value from RGB is 219 - color contains mainly: blue. Hex color #45BEDB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #45BEDB is #BA4124. Grayscale: #9C9C9C. Windows color (decimal): -12206373 or 14401093. OLE color: 14401093.
HSL color Cylindrical-coordinate representation of color #45BEDB: hue angle of 191.6º degrees, saturation: 0.68, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #45BEDB is Cyan = 0.68, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 69 | 190 | 219 | - |
| CMYK | 0.68 | 0.13 | 0 | 0.14 |
| HSL | 191.6º | 0.68% | 0.56% | - |
| HSV(B) | 191.6º | 0.68% | 0.86% | - |
| XYZ | 33.65 | 43.21 | 73.58 | - |
| YUV | 157.13 | 162.91 | 65.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 190 | 219 | 0.68 | 0.13 | 0 | 0.14 | 191.6 | 0.68 | 0.56 |
| Hex | 45 | BE | DB | 44 | D | 0 | E | C0 | 44 | 38 |
| Octal | 105 | 276 | 333 | 104 | 15 | 0 | 16 | 300 | 104 | 70 |
| Binary | 1000101 | 10111110 | 11011011 | 1000100 | 1101 | 0 | 1110 | 11000000 | 1000100 | 111000 |
Color Harmonies of #45BEDB
Complementary color
Monochromatic Colors of #45BEDB
Black with #45BEDB
Text Example
Text Example
White with #45BEDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45BEDB; }
p { color: rgb(69,190,219); }
H1.HeaderClassName
{
color: #45BEDB;
}
.AnyTagClassName
{
color: #45BEDB;
}
</style>
background-color css
<style>
a { background-color: #45BEDB; }
a { background-color: rgb(69,190,219); }
div.DivClassName
{
background-color: #45BEDB;
}
.BgClassName
{
background-color: #45BEDB;
}
</style>
border-color css
<style>
span { border-color: #45BEDB; }
span { border-color: rgb(69,190,219); }
td.TdClassName
{
border-color: #45BEDB;
}
.TagClassName
{
border-color: #45BEDB;
}
</style>