Shades of Summer Sky #45AFFF
Tints of Summer Sky #45AFFF
RGB
CMYK
RGB Variations
Color information
#45AFFF (or 0x45AFFF) is known color: Summer Sky. HEX triplet: 45, AF and FF. RGB value is (69,175,255). Sum of RGB (Red+Green+Blue) = 69+175+255=499 (66% of max value = 765). Red value is 69 (27.34% from 255 or 13.83% from 499); Green value is 175 (68.75% from 255 or 35.07% from 499); Blue value is 255 (100% from 255 or 51.10% from 499); Max value from RGB is 255 - color contains mainly: blue. Hex color #45AFFF is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #45AFFF is #BA5000. Grayscale: #989898. Windows color (decimal): -12210177 or 16756549. OLE color: 16756549.
HSL color Cylindrical-coordinate representation of color #45AFFF: hue angle of 205.81º 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 #45AFFF is Cyan = 0.73, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 69 | 175 | 255 | - |
| CMYK | 0.73 | 0.31 | 0 | 0 |
| HSL | 205.81º | 1% | 0.64% | - |
| HSV(B) | 205.81º | 0.73% | 1% | - |
| XYZ | 35.83 | 39.15 | 100.27 | - |
| YUV | 152.43 | 185.88 | 68.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 175 | 255 | 0.73 | 0.31 | 0 | 0 | 205.81 | 1 | 0.64 |
| Hex | 45 | AF | FF | 49 | 1F | 0 | 0 | CE | 64 | 40 |
| Octal | 105 | 257 | 377 | 111 | 37 | 0 | 0 | 316 | 144 | 100 |
| Binary | 1000101 | 10101111 | 11111111 | 1001001 | 11111 | 0 | 0 | 11001110 | 1100100 | 1000000 |
Color Harmonies of #45AFFF
Complementary color
Monochromatic Colors of #45AFFF
Black with #45AFFF
Text Example
Text Example
White with #45AFFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45AFFF; }
p { color: rgb(69,175,255); }
H1.HeaderClassName
{
color: #45AFFF;
}
.AnyTagClassName
{
color: #45AFFF;
}
</style>
background-color css
<style>
a { background-color: #45AFFF; }
a { background-color: rgb(69,175,255); }
div.DivClassName
{
background-color: #45AFFF;
}
.BgClassName
{
background-color: #45AFFF;
}
</style>
border-color css
<style>
span { border-color: #45AFFF; }
span { border-color: rgb(69,175,255); }
td.TdClassName
{
border-color: #45AFFF;
}
.TagClassName
{
border-color: #45AFFF;
}
</style>