Shades of Summer Sky #30BBCA
Tints of Summer Sky #30BBCA
RGB
CMYK
RGB Variations
Color information
#30BBCA (or 0x30BBCA) is known color: Summer Sky. HEX triplet: 30, BB and CA. RGB value is (48,187,202). Sum of RGB (Red+Green+Blue) = 48+187+202=437 (57% of max value = 765). Red value is 48 (19.14% from 255 or 10.98% from 437); Green value is 187 (73.44% from 255 or 42.79% from 437); Blue value is 202 (79.30% from 255 or 46.22% from 437); Max value from RGB is 202 - color contains mainly: blue. Hex color #30BBCA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #30BBCA is #CF4435. Grayscale: #929292. Windows color (decimal): -13583414 or 13286192. OLE color: 13286192.
HSL color Cylindrical-coordinate representation of color #30BBCA: hue angle of 185.84º 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 #30BBCA is Cyan = 0.76, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 48 | 187 | 202 | - |
| CMYK | 0.76 | 0.07 | 0 | 0.21 |
| HSL | 185.84º | 0.62% | 0.49% | - |
| HSV(B) | 185.84º | 0.76% | 0.79% | - |
| XYZ | 29.65 | 40.43 | 62.12 | - |
| YUV | 147.15 | 158.95 | 57.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 187 | 202 | 0.76 | 0.07 | 0 | 0.21 | 185.84 | 0.62 | 0.49 |
| Hex | 30 | BB | CA | 4C | 7 | 0 | 15 | BA | 3E | 31 |
| Octal | 60 | 273 | 312 | 114 | 7 | 0 | 25 | 272 | 76 | 61 |
| Binary | 110000 | 10111011 | 11001010 | 1001100 | 111 | 0 | 10101 | 10111010 | 111110 | 110001 |
Color Harmonies of #30BBCA
Complementary color
Monochromatic Colors of #30BBCA
Black with #30BBCA
Text Example
Text Example
White with #30BBCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30BBCA; }
p { color: rgb(48,187,202); }
H1.HeaderClassName
{
color: #30BBCA;
}
.AnyTagClassName
{
color: #30BBCA;
}
</style>
background-color css
<style>
a { background-color: #30BBCA; }
a { background-color: rgb(48,187,202); }
div.DivClassName
{
background-color: #30BBCA;
}
.BgClassName
{
background-color: #30BBCA;
}
</style>
border-color css
<style>
span { border-color: #30BBCA; }
span { border-color: rgb(48,187,202); }
td.TdClassName
{
border-color: #30BBCA;
}
.TagClassName
{
border-color: #30BBCA;
}
</style>