Shades of Summer Sky #30B9CE
Tints of Summer Sky #30B9CE
RGB
CMYK
RGB Variations
Color information
#30B9CE (or 0x30B9CE) is known color: Summer Sky. HEX triplet: 30, B9 and CE. RGB value is (48,185,206). Sum of RGB (Red+Green+Blue) = 48+185+206=439 (58% of max value = 765). Red value is 48 (19.14% from 255 or 10.93% from 439); Green value is 185 (72.66% from 255 or 42.14% from 439); Blue value is 206 (80.86% from 255 or 46.92% from 439); Max value from RGB is 206 - color contains mainly: blue. Hex color #30B9CE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #30B9CE is #CF4631. Grayscale: #929292. Windows color (decimal): -13583922 or 13547824. OLE color: 13547824.
HSL color Cylindrical-coordinate representation of color #30B9CE: hue angle of 187.97º 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 #30B9CE is Cyan = 0.77, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 48 | 185 | 206 | - |
| CMYK | 0.77 | 0.10 | 0 | 0.19 |
| HSL | 187.97º | 0.62% | 0.5% | - |
| HSV(B) | 187.97º | 0.77% | 0.81% | - |
| XYZ | 29.71 | 39.78 | 64.51 | - |
| YUV | 146.43 | 161.61 | 57.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 185 | 206 | 0.77 | 0.10 | 0 | 0.19 | 187.97 | 0.62 | 0.5 |
| Hex | 30 | B9 | CE | 4D | A | 0 | 13 | BC | 3E | 32 |
| Octal | 60 | 271 | 316 | 115 | 12 | 0 | 23 | 274 | 76 | 62 |
| Binary | 110000 | 10111001 | 11001110 | 1001101 | 1010 | 0 | 10011 | 10111100 | 111110 | 110010 |
Color Harmonies of #30B9CE
Complementary color
Monochromatic Colors of #30B9CE
Black with #30B9CE
Text Example
Text Example
White with #30B9CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30B9CE; }
p { color: rgb(48,185,206); }
H1.HeaderClassName
{
color: #30B9CE;
}
.AnyTagClassName
{
color: #30B9CE;
}
</style>
background-color css
<style>
a { background-color: #30B9CE; }
a { background-color: rgb(48,185,206); }
div.DivClassName
{
background-color: #30B9CE;
}
.BgClassName
{
background-color: #30B9CE;
}
</style>
border-color css
<style>
span { border-color: #30B9CE; }
span { border-color: rgb(48,185,206); }
td.TdClassName
{
border-color: #30B9CE;
}
.TagClassName
{
border-color: #30B9CE;
}
</style>