Shades of Summer Sky #30BBCE
Tints of Summer Sky #30BBCE
RGB
CMYK
RGB Variations
Color information
#30BBCE (or 0x30BBCE) is known color: Summer Sky. HEX triplet: 30, BB and CE. RGB value is (48,187,206). Sum of RGB (Red+Green+Blue) = 48+187+206=441 (58% of max value = 765). Red value is 48 (19.14% from 255 or 10.88% from 441); Green value is 187 (73.44% from 255 or 42.40% from 441); Blue value is 206 (80.86% from 255 or 46.71% from 441); Max value from RGB is 206 - color contains mainly: blue. Hex color #30BBCE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #30BBCE is #CF4431. Grayscale: #939393. Windows color (decimal): -13583410 or 13548336. OLE color: 13548336.
HSL color Cylindrical-coordinate representation of color #30BBCE: hue angle of 187.22º 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 #30BBCE is Cyan = 0.77, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 48 | 187 | 206 | - |
| CMYK | 0.77 | 0.09 | 0 | 0.19 |
| HSL | 187.22º | 0.62% | 0.5% | - |
| HSV(B) | 187.22º | 0.77% | 0.81% | - |
| XYZ | 30.13 | 40.63 | 64.65 | - |
| YUV | 147.61 | 160.95 | 56.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 187 | 206 | 0.77 | 0.09 | 0 | 0.19 | 187.22 | 0.62 | 0.5 |
| Hex | 30 | BB | CE | 4D | 9 | 0 | 13 | BB | 3E | 32 |
| Octal | 60 | 273 | 316 | 115 | 11 | 0 | 23 | 273 | 76 | 62 |
| Binary | 110000 | 10111011 | 11001110 | 1001101 | 1001 | 0 | 10011 | 10111011 | 111110 | 110010 |
Color Harmonies of #30BBCE
Complementary color
Monochromatic Colors of #30BBCE
Black with #30BBCE
Text Example
Text Example
White with #30BBCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30BBCE; }
p { color: rgb(48,187,206); }
H1.HeaderClassName
{
color: #30BBCE;
}
.AnyTagClassName
{
color: #30BBCE;
}
</style>
background-color css
<style>
a { background-color: #30BBCE; }
a { background-color: rgb(48,187,206); }
div.DivClassName
{
background-color: #30BBCE;
}
.BgClassName
{
background-color: #30BBCE;
}
</style>
border-color css
<style>
span { border-color: #30BBCE; }
span { border-color: rgb(48,187,206); }
td.TdClassName
{
border-color: #30BBCE;
}
.TagClassName
{
border-color: #30BBCE;
}
</style>