Shades of Summer Sky #30B0CA
Tints of Summer Sky #30B0CA
RGB
CMYK
RGB Variations
Color information
#30B0CA (or 0x30B0CA) is known color: Summer Sky. HEX triplet: 30, B0 and CA. RGB value is (48,176,202). Sum of RGB (Red+Green+Blue) = 48+176+202=426 (56% of max value = 765). Red value is 48 (19.14% from 255 or 11.27% from 426); Green value is 176 (69.14% from 255 or 41.31% from 426); Blue value is 202 (79.30% from 255 or 47.42% from 426); Max value from RGB is 202 - color contains mainly: blue. Hex color #30B0CA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #30B0CA is #CF4F35. Grayscale: #8C8C8C. Windows color (decimal): -13586230 or 13283376. OLE color: 13283376.
HSL color Cylindrical-coordinate representation of color #30B0CA: hue angle of 190.13º 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 #30B0CA is Cyan = 0.76, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 48 | 176 | 202 | - |
| CMYK | 0.76 | 0.13 | 0 | 0.21 |
| HSL | 190.13º | 0.62% | 0.49% | - |
| HSV(B) | 190.13º | 0.76% | 0.79% | - |
| XYZ | 27.4 | 35.94 | 61.37 | - |
| YUV | 140.69 | 162.59 | 61.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 176 | 202 | 0.76 | 0.13 | 0 | 0.21 | 190.13 | 0.62 | 0.49 |
| Hex | 30 | B0 | CA | 4C | D | 0 | 15 | BE | 3E | 31 |
| Octal | 60 | 260 | 312 | 114 | 15 | 0 | 25 | 276 | 76 | 61 |
| Binary | 110000 | 10110000 | 11001010 | 1001100 | 1101 | 0 | 10101 | 10111110 | 111110 | 110001 |
Color Harmonies of #30B0CA
Complementary color
Monochromatic Colors of #30B0CA
Black with #30B0CA
Text Example
Text Example
White with #30B0CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30B0CA; }
p { color: rgb(48,176,202); }
H1.HeaderClassName
{
color: #30B0CA;
}
.AnyTagClassName
{
color: #30B0CA;
}
</style>
background-color css
<style>
a { background-color: #30B0CA; }
a { background-color: rgb(48,176,202); }
div.DivClassName
{
background-color: #30B0CA;
}
.BgClassName
{
background-color: #30B0CA;
}
</style>
border-color css
<style>
span { border-color: #30B0CA; }
span { border-color: rgb(48,176,202); }
td.TdClassName
{
border-color: #30B0CA;
}
.TagClassName
{
border-color: #30B0CA;
}
</style>