Shades of Summer Sky #30A1CE
Tints of Summer Sky #30A1CE
RGB
CMYK
RGB Variations
Color information
#30A1CE (or 0x30A1CE) is known color: Summer Sky. HEX triplet: 30, A1 and CE. RGB value is (48,161,206). Sum of RGB (Red+Green+Blue) = 48+161+206=415 (54% of max value = 765). Red value is 48 (19.14% from 255 or 11.57% from 415); Green value is 161 (63.28% from 255 or 38.80% from 415); Blue value is 206 (80.86% from 255 or 49.64% from 415); Max value from RGB is 206 - color contains mainly: blue. Hex color #30A1CE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #30A1CE is #CF5E31. Grayscale: #848484. Windows color (decimal): -13590066 or 13541680. OLE color: 13541680.
HSL color Cylindrical-coordinate representation of color #30A1CE: hue angle of 197.09º degrees, saturation: 0.62, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #30A1CE is Cyan = 0.77, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 48 | 161 | 206 | - |
| CMYK | 0.77 | 0.22 | 0 | 0.19 |
| HSL | 197.09º | 0.62% | 0.5% | - |
| HSV(B) | 197.09º | 0.77% | 0.81% | - |
| XYZ | 25.1 | 30.57 | 62.97 | - |
| YUV | 132.34 | 169.56 | 67.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 161 | 206 | 0.77 | 0.22 | 0 | 0.19 | 197.09 | 0.62 | 0.5 |
| Hex | 30 | A1 | CE | 4D | 16 | 0 | 13 | C5 | 3E | 32 |
| Octal | 60 | 241 | 316 | 115 | 26 | 0 | 23 | 305 | 76 | 62 |
| Binary | 110000 | 10100001 | 11001110 | 1001101 | 10110 | 0 | 10011 | 11000101 | 111110 | 110010 |
Color Harmonies of #30A1CE
Complementary color
Monochromatic Colors of #30A1CE
Black with #30A1CE
Text Example
Text Example
White with #30A1CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30A1CE; }
p { color: rgb(48,161,206); }
H1.HeaderClassName
{
color: #30A1CE;
}
.AnyTagClassName
{
color: #30A1CE;
}
</style>
background-color css
<style>
a { background-color: #30A1CE; }
a { background-color: rgb(48,161,206); }
div.DivClassName
{
background-color: #30A1CE;
}
.BgClassName
{
background-color: #30A1CE;
}
</style>
border-color css
<style>
span { border-color: #30A1CE; }
span { border-color: rgb(48,161,206); }
td.TdClassName
{
border-color: #30A1CE;
}
.TagClassName
{
border-color: #30A1CE;
}
</style>