Shades of Summer Sky #30BACA
Tints of Summer Sky #30BACA
RGB
CMYK
RGB Variations
Color information
#30BACA (or 0x30BACA) is known color: Summer Sky. HEX triplet: 30, BA and CA. RGB value is (48,186,202). Sum of RGB (Red+Green+Blue) = 48+186+202=436 (57% of max value = 765). Red value is 48 (19.14% from 255 or 11.01% from 436); Green value is 186 (73.05% from 255 or 42.66% from 436); Blue value is 202 (79.30% from 255 or 46.33% from 436); Max value from RGB is 202 - color contains mainly: blue. Hex color #30BACA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #30BACA is #CF4535. Grayscale: #929292. Windows color (decimal): -13583670 or 13285936. OLE color: 13285936.
HSL color Cylindrical-coordinate representation of color #30BACA: hue angle of 186.23º degrees, saturation: 0.62, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #30BACA is Cyan = 0.76, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 48 | 186 | 202 | - |
| CMYK | 0.76 | 0.08 | 0 | 0.21 |
| HSL | 186.23º | 0.62% | 0.49% | - |
| HSV(B) | 186.23º | 0.76% | 0.79% | - |
| XYZ | 29.44 | 40.01 | 62.05 | - |
| YUV | 146.56 | 159.28 | 57.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 186 | 202 | 0.76 | 0.08 | 0 | 0.21 | 186.23 | 0.62 | 0.49 |
| Hex | 30 | BA | CA | 4C | 8 | 0 | 15 | BA | 3E | 31 |
| Octal | 60 | 272 | 312 | 114 | 10 | 0 | 25 | 272 | 76 | 61 |
| Binary | 110000 | 10111010 | 11001010 | 1001100 | 1000 | 0 | 10101 | 10111010 | 111110 | 110001 |
Color Harmonies of #30BACA
Complementary color
Monochromatic Colors of #30BACA
Black with #30BACA
Text Example
Text Example
White with #30BACA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30BACA; }
p { color: rgb(48,186,202); }
H1.HeaderClassName
{
color: #30BACA;
}
.AnyTagClassName
{
color: #30BACA;
}
</style>
background-color css
<style>
a { background-color: #30BACA; }
a { background-color: rgb(48,186,202); }
div.DivClassName
{
background-color: #30BACA;
}
.BgClassName
{
background-color: #30BACA;
}
</style>
border-color css
<style>
span { border-color: #30BACA; }
span { border-color: rgb(48,186,202); }
td.TdClassName
{
border-color: #30BACA;
}
.TagClassName
{
border-color: #30BACA;
}
</style>