Shades of Summer Sky #45C2E6
Tints of Summer Sky #45C2E6
RGB
CMYK
RGB Variations
Color information
#45C2E6 (or 0x45C2E6) is known color: Summer Sky. HEX triplet: 45, C2 and E6. RGB value is (69,194,230). Sum of RGB (Red+Green+Blue) = 69+194+230=493 (65% of max value = 765). Red value is 69 (27.34% from 255 or 14.00% from 493); Green value is 194 (76.17% from 255 or 39.35% from 493); Blue value is 230 (90.23% from 255 or 46.65% from 493); Max value from RGB is 230 - color contains mainly: blue. Hex color #45C2E6 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #45C2E6 is #BA3D19. Grayscale: #A0A0A0. Windows color (decimal): -12205338 or 15123013. OLE color: 15123013.
HSL color Cylindrical-coordinate representation of color #45C2E6: hue angle of 193.42º degrees, saturation: 0.76, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #45C2E6 is Cyan = 0.7, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 69 | 194 | 230 | - |
| CMYK | 0.7 | 0.16 | 0 | 0.10 |
| HSL | 193.42º | 0.76% | 0.59% | - |
| HSV(B) | 193.42º | 0.7% | 0.9% | - |
| XYZ | 36.03 | 45.56 | 81.76 | - |
| YUV | 160.73 | 167.09 | 62.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 194 | 230 | 0.7 | 0.16 | 0 | 0.10 | 193.42 | 0.76 | 0.59 |
| Hex | 45 | C2 | E6 | 46 | 10 | 0 | A | C1 | 4C | 3B |
| Octal | 105 | 302 | 346 | 106 | 20 | 0 | 12 | 301 | 114 | 73 |
| Binary | 1000101 | 11000010 | 11100110 | 1000110 | 10000 | 0 | 1010 | 11000001 | 1001100 | 111011 |
Color Harmonies of #45C2E6
Complementary color
Monochromatic Colors of #45C2E6
Black with #45C2E6
Text Example
Text Example
White with #45C2E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45C2E6; }
p { color: rgb(69,194,230); }
H1.HeaderClassName
{
color: #45C2E6;
}
.AnyTagClassName
{
color: #45C2E6;
}
</style>
background-color css
<style>
a { background-color: #45C2E6; }
a { background-color: rgb(69,194,230); }
div.DivClassName
{
background-color: #45C2E6;
}
.BgClassName
{
background-color: #45C2E6;
}
</style>
border-color css
<style>
span { border-color: #45C2E6; }
span { border-color: rgb(69,194,230); }
td.TdClassName
{
border-color: #45C2E6;
}
.TagClassName
{
border-color: #45C2E6;
}
</style>