Shades of Summer Sky #45CFF6
Tints of Summer Sky #45CFF6
RGB
CMYK
RGB Variations
Color information
#45CFF6 (or 0x45CFF6) is known color: Summer Sky. HEX triplet: 45, CF and F6. RGB value is (69,207,246). Sum of RGB (Red+Green+Blue) = 69+207+246=522 (69% of max value = 765). Red value is 69 (27.34% from 255 or 13.22% from 522); Green value is 207 (81.25% from 255 or 39.66% from 522); Blue value is 246 (96.48% from 255 or 47.13% from 522); Max value from RGB is 246 - color contains mainly: blue. Hex color #45CFF6 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #45CFF6 is #BA3009. Grayscale: #A9A9A9. Windows color (decimal): -12201994 or 16174917. OLE color: 16174917.
HSL color Cylindrical-coordinate representation of color #45CFF6: hue angle of 193.22º degrees, saturation: 0.91, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #45CFF6 is Cyan = 0.72, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 69 | 207 | 246 | - |
| CMYK | 0.72 | 0.16 | 0 | 0.04 |
| HSL | 193.22º | 0.91% | 0.62% | - |
| HSV(B) | 193.22º | 0.72% | 0.96% | - |
| XYZ | 41.4 | 52.54 | 95.15 | - |
| YUV | 170.18 | 170.78 | 55.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 207 | 246 | 0.72 | 0.16 | 0 | 0.04 | 193.22 | 0.91 | 0.62 |
| Hex | 45 | CF | F6 | 48 | 10 | 0 | 4 | C1 | 5B | 3E |
| Octal | 105 | 317 | 366 | 110 | 20 | 0 | 4 | 301 | 133 | 76 |
| Binary | 1000101 | 11001111 | 11110110 | 1001000 | 10000 | 0 | 100 | 11000001 | 1011011 | 111110 |
Color Harmonies of #45CFF6
Complementary color
Monochromatic Colors of #45CFF6
Black with #45CFF6
Text Example
Text Example
White with #45CFF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45CFF6; }
p { color: rgb(69,207,246); }
H1.HeaderClassName
{
color: #45CFF6;
}
.AnyTagClassName
{
color: #45CFF6;
}
</style>
background-color css
<style>
a { background-color: #45CFF6; }
a { background-color: rgb(69,207,246); }
div.DivClassName
{
background-color: #45CFF6;
}
.BgClassName
{
background-color: #45CFF6;
}
</style>
border-color css
<style>
span { border-color: #45CFF6; }
span { border-color: rgb(69,207,246); }
td.TdClassName
{
border-color: #45CFF6;
}
.TagClassName
{
border-color: #45CFF6;
}
</style>