Shades of Summer Sky #459FDE
Tints of Summer Sky #459FDE
RGB
CMYK
RGB Variations
Color information
#459FDE (or 0x459FDE) is known color: Summer Sky. HEX triplet: 45, 9F and DE. RGB value is (69,159,222). Sum of RGB (Red+Green+Blue) = 69+159+222=450 (59% of max value = 765). Red value is 69 (27.34% from 255 or 15.33% from 450); Green value is 159 (62.5% from 255 or 35.33% from 450); Blue value is 222 (87.11% from 255 or 49.33% from 450); Max value from RGB is 222 - color contains mainly: blue. Hex color #459FDE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #459FDE is #BA6021. Grayscale: #8A8A8A. Windows color (decimal): -12214306 or 14589765. OLE color: 14589765.
HSL color Cylindrical-coordinate representation of color #459FDE: hue angle of 204.71º degrees, saturation: 0.7, 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 #459FDE is Cyan = 0.69, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 69 | 159 | 222 | - |
| CMYK | 0.69 | 0.28 | 0 | 0.13 |
| HSL | 204.71º | 0.7% | 0.57% | - |
| HSV(B) | 204.71º | 0.69% | 0.87% | - |
| XYZ | 28.04 | 31.34 | 73.68 | - |
| YUV | 139.27 | 174.68 | 77.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 159 | 222 | 0.69 | 0.28 | 0 | 0.13 | 204.71 | 0.7 | 0.57 |
| Hex | 45 | 9F | DE | 45 | 1C | 0 | D | CD | 46 | 39 |
| Octal | 105 | 237 | 336 | 105 | 34 | 0 | 15 | 315 | 106 | 71 |
| Binary | 1000101 | 10011111 | 11011110 | 1000101 | 11100 | 0 | 1101 | 11001101 | 1000110 | 111001 |
Color Harmonies of #459FDE
Complementary color
Monochromatic Colors of #459FDE
Black with #459FDE
Text Example
Text Example
White with #459FDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #459FDE; }
p { color: rgb(69,159,222); }
H1.HeaderClassName
{
color: #459FDE;
}
.AnyTagClassName
{
color: #459FDE;
}
</style>
background-color css
<style>
a { background-color: #459FDE; }
a { background-color: rgb(69,159,222); }
div.DivClassName
{
background-color: #459FDE;
}
.BgClassName
{
background-color: #459FDE;
}
</style>
border-color css
<style>
span { border-color: #459FDE; }
span { border-color: rgb(69,159,222); }
td.TdClassName
{
border-color: #459FDE;
}
.TagClassName
{
border-color: #459FDE;
}
</style>