Shades of Summer Sky #30B7D2
Tints of Summer Sky #30B7D2
RGB
CMYK
RGB Variations
Color information
#30B7D2 (or 0x30B7D2) is known color: Summer Sky. HEX triplet: 30, B7 and D2. RGB value is (48,183,210). Sum of RGB (Red+Green+Blue) = 48+183+210=441 (58% of max value = 765). Red value is 48 (19.14% from 255 or 10.88% from 441); Green value is 183 (71.88% from 255 or 41.50% from 441); Blue value is 210 (82.42% from 255 or 47.62% from 441); Max value from RGB is 210 - color contains mainly: blue. Hex color #30B7D2 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #30B7D2 is #CF482D. Grayscale: #919191. Windows color (decimal): -13584430 or 13809456. OLE color: 13809456.
HSL color Cylindrical-coordinate representation of color #30B7D2: hue angle of 190º degrees, saturation: 0.64, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #30B7D2 is Cyan = 0.77, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 48 | 183 | 210 | - |
| CMYK | 0.77 | 0.13 | 0 | 0.18 |
| HSL | 190º | 0.64% | 0.51% | - |
| HSV(B) | 190º | 0.77% | 0.82% | - |
| XYZ | 29.79 | 39.15 | 66.96 | - |
| YUV | 145.71 | 164.27 | 58.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 183 | 210 | 0.77 | 0.13 | 0 | 0.18 | 190 | 0.64 | 0.51 |
| Hex | 30 | B7 | D2 | 4D | D | 0 | 12 | BE | 40 | 33 |
| Octal | 60 | 267 | 322 | 115 | 15 | 0 | 22 | 276 | 100 | 63 |
| Binary | 110000 | 10110111 | 11010010 | 1001101 | 1101 | 0 | 10010 | 10111110 | 1000000 | 110011 |
Color Harmonies of #30B7D2
Complementary color
Monochromatic Colors of #30B7D2
Black with #30B7D2
Text Example
Text Example
White with #30B7D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30B7D2; }
p { color: rgb(48,183,210); }
H1.HeaderClassName
{
color: #30B7D2;
}
.AnyTagClassName
{
color: #30B7D2;
}
</style>
background-color css
<style>
a { background-color: #30B7D2; }
a { background-color: rgb(48,183,210); }
div.DivClassName
{
background-color: #30B7D2;
}
.BgClassName
{
background-color: #30B7D2;
}
</style>
border-color css
<style>
span { border-color: #30B7D2; }
span { border-color: rgb(48,183,210); }
td.TdClassName
{
border-color: #30B7D2;
}
.TagClassName
{
border-color: #30B7D2;
}
</style>