Shades of Summer Sky #30BFDC
Tints of Summer Sky #30BFDC
RGB
CMYK
RGB Variations
Color information
#30BFDC (or 0x30BFDC) is known color: Summer Sky. HEX triplet: 30, BF and DC. RGB value is (48,191,220). Sum of RGB (Red+Green+Blue) = 48+191+220=459 (60% of max value = 765). Red value is 48 (19.14% from 255 or 10.46% from 459); Green value is 191 (75% from 255 or 41.61% from 459); Blue value is 220 (86.33% from 255 or 47.93% from 459); Max value from RGB is 220 - color contains mainly: blue. Hex color #30BFDC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #30BFDC is #CF4023. Grayscale: #979797. Windows color (decimal): -13582372 or 14466864. OLE color: 14466864.
HSL color Cylindrical-coordinate representation of color #30BFDC: hue angle of 190.12º degrees, saturation: 0.71, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #30BFDC is Cyan = 0.78, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 48 | 191 | 220 | - |
| CMYK | 0.78 | 0.13 | 0 | 0.14 |
| HSL | 190.12º | 0.71% | 0.53% | - |
| HSV(B) | 190.12º | 0.78% | 0.86% | - |
| XYZ | 32.77 | 43.06 | 74.29 | - |
| YUV | 151.55 | 166.62 | 54.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 191 | 220 | 0.78 | 0.13 | 0 | 0.14 | 190.12 | 0.71 | 0.53 |
| Hex | 30 | BF | DC | 4E | D | 0 | E | BE | 47 | 35 |
| Octal | 60 | 277 | 334 | 116 | 15 | 0 | 16 | 276 | 107 | 65 |
| Binary | 110000 | 10111111 | 11011100 | 1001110 | 1101 | 0 | 1110 | 10111110 | 1000111 | 110101 |
Color Harmonies of #30BFDC
Complementary color
Monochromatic Colors of #30BFDC
Black with #30BFDC
Text Example
Text Example
White with #30BFDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30BFDC; }
p { color: rgb(48,191,220); }
H1.HeaderClassName
{
color: #30BFDC;
}
.AnyTagClassName
{
color: #30BFDC;
}
</style>
background-color css
<style>
a { background-color: #30BFDC; }
a { background-color: rgb(48,191,220); }
div.DivClassName
{
background-color: #30BFDC;
}
.BgClassName
{
background-color: #30BFDC;
}
</style>
border-color css
<style>
span { border-color: #30BFDC; }
span { border-color: rgb(48,191,220); }
td.TdClassName
{
border-color: #30BFDC;
}
.TagClassName
{
border-color: #30BFDC;
}
</style>