Shades of Summer Sky #45BEFF
Tints of Summer Sky #45BEFF
RGB
CMYK
RGB Variations
Color information
#45BEFF (or 0x45BEFF) is known color: Summer Sky. HEX triplet: 45, BE and FF. RGB value is (69,190,255). Sum of RGB (Red+Green+Blue) = 69+190+255=514 (68% of max value = 765). Red value is 69 (27.34% from 255 or 13.42% from 514); Green value is 190 (74.61% from 255 or 36.96% from 514); Blue value is 255 (100% from 255 or 49.61% from 514); Max value from RGB is 255 - color contains mainly: blue. Hex color #45BEFF is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #45BEFF is #BA4100. Grayscale: #A0A0A0. Windows color (decimal): -12206337 or 16760389. OLE color: 16760389.
HSL color Cylindrical-coordinate representation of color #45BEFF: hue angle of 200.97º 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 #45BEFF is Cyan = 0.73, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 69 | 190 | 255 | - |
| CMYK | 0.73 | 0.25 | 0 | 0 |
| HSL | 200.97º | 1% | 0.64% | - |
| HSV(B) | 200.97º | 0.73% | 1% | - |
| XYZ | 38.92 | 45.31 | 101.3 | - |
| YUV | 161.23 | 180.91 | 62.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 190 | 255 | 0.73 | 0.25 | 0 | 0 | 200.97 | 1 | 0.64 |
| Hex | 45 | BE | FF | 49 | 19 | 0 | 0 | C9 | 64 | 40 |
| Octal | 105 | 276 | 377 | 111 | 31 | 0 | 0 | 311 | 144 | 100 |
| Binary | 1000101 | 10111110 | 11111111 | 1001001 | 11001 | 0 | 0 | 11001001 | 1100100 | 1000000 |
Color Harmonies of #45BEFF
Complementary color
Monochromatic Colors of #45BEFF
Black with #45BEFF
Text Example
Text Example
White with #45BEFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45BEFF; }
p { color: rgb(69,190,255); }
H1.HeaderClassName
{
color: #45BEFF;
}
.AnyTagClassName
{
color: #45BEFF;
}
</style>
background-color css
<style>
a { background-color: #45BEFF; }
a { background-color: rgb(69,190,255); }
div.DivClassName
{
background-color: #45BEFF;
}
.BgClassName
{
background-color: #45BEFF;
}
</style>
border-color css
<style>
span { border-color: #45BEFF; }
span { border-color: rgb(69,190,255); }
td.TdClassName
{
border-color: #45BEFF;
}
.TagClassName
{
border-color: #45BEFF;
}
</style>