Shades of Summer Sky #45A8EF
Tints of Summer Sky #45A8EF
RGB
CMYK
RGB Variations
Color information
#45A8EF (or 0x45A8EF) is known color: Summer Sky. HEX triplet: 45, A8 and EF. RGB value is (69,168,239). Sum of RGB (Red+Green+Blue) = 69+168+239=476 (63% of max value = 765). Red value is 69 (27.34% from 255 or 14.50% from 476); Green value is 168 (66.02% from 255 or 35.29% from 476); Blue value is 239 (93.75% from 255 or 50.21% from 476); Max value from RGB is 239 - color contains mainly: blue. Hex color #45A8EF is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #45A8EF is #BA5710. Grayscale: #929292. Windows color (decimal): -12211985 or 15706181. OLE color: 15706181.
HSL color Cylindrical-coordinate representation of color #45A8EF: hue angle of 205.06º degrees, saturation: 0.84, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #45A8EF is Cyan = 0.71, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 69 | 168 | 239 | - |
| CMYK | 0.71 | 0.30 | 0 | 0.06 |
| HSL | 205.06º | 0.84% | 0.6% | - |
| HSV(B) | 205.06º | 0.71% | 0.94% | - |
| XYZ | 32.04 | 35.5 | 86.83 | - |
| YUV | 146.49 | 180.2 | 72.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 168 | 239 | 0.71 | 0.30 | 0 | 0.06 | 205.06 | 0.84 | 0.6 |
| Hex | 45 | A8 | EF | 47 | 1E | 0 | 6 | CD | 54 | 3C |
| Octal | 105 | 250 | 357 | 107 | 36 | 0 | 6 | 315 | 124 | 74 |
| Binary | 1000101 | 10101000 | 11101111 | 1000111 | 11110 | 0 | 110 | 11001101 | 1010100 | 111100 |
Color Harmonies of #45A8EF
Complementary color
Monochromatic Colors of #45A8EF
Black with #45A8EF
Text Example
Text Example
White with #45A8EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45A8EF; }
p { color: rgb(69,168,239); }
H1.HeaderClassName
{
color: #45A8EF;
}
.AnyTagClassName
{
color: #45A8EF;
}
</style>
background-color css
<style>
a { background-color: #45A8EF; }
a { background-color: rgb(69,168,239); }
div.DivClassName
{
background-color: #45A8EF;
}
.BgClassName
{
background-color: #45A8EF;
}
</style>
border-color css
<style>
span { border-color: #45A8EF; }
span { border-color: rgb(69,168,239); }
td.TdClassName
{
border-color: #45A8EF;
}
.TagClassName
{
border-color: #45A8EF;
}
</style>