Shades of Summer Sky #30B5DC
Tints of Summer Sky #30B5DC
RGB
CMYK
RGB Variations
Color information
#30B5DC (or 0x30B5DC) is known color: Summer Sky. HEX triplet: 30, B5 and DC. RGB value is (48,181,220). Sum of RGB (Red+Green+Blue) = 48+181+220=449 (59% of max value = 765). Red value is 48 (19.14% from 255 or 10.69% from 449); Green value is 181 (71.09% from 255 or 40.31% from 449); Blue value is 220 (86.33% from 255 or 49.00% from 449); Max value from RGB is 220 - color contains mainly: blue. Hex color #30B5DC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #30B5DC is #CF4A23. Grayscale: #919191. Windows color (decimal): -13584932 or 14464304. OLE color: 14464304.
HSL color Cylindrical-coordinate representation of color #30B5DC: hue angle of 193.6º 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 #30B5DC is Cyan = 0.78, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 48 | 181 | 220 | - |
| CMYK | 0.78 | 0.18 | 0 | 0.14 |
| HSL | 193.6º | 0.71% | 0.53% | - |
| HSV(B) | 193.6º | 0.78% | 0.86% | - |
| XYZ | 30.66 | 38.84 | 73.59 | - |
| YUV | 145.68 | 169.94 | 58.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 181 | 220 | 0.78 | 0.18 | 0 | 0.14 | 193.6 | 0.71 | 0.53 |
| Hex | 30 | B5 | DC | 4E | 12 | 0 | E | C2 | 47 | 35 |
| Octal | 60 | 265 | 334 | 116 | 22 | 0 | 16 | 302 | 107 | 65 |
| Binary | 110000 | 10110101 | 11011100 | 1001110 | 10010 | 0 | 1110 | 11000010 | 1000111 | 110101 |
Color Harmonies of #30B5DC
Complementary color
Monochromatic Colors of #30B5DC
Black with #30B5DC
Text Example
Text Example
White with #30B5DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30B5DC; }
p { color: rgb(48,181,220); }
H1.HeaderClassName
{
color: #30B5DC;
}
.AnyTagClassName
{
color: #30B5DC;
}
</style>
background-color css
<style>
a { background-color: #30B5DC; }
a { background-color: rgb(48,181,220); }
div.DivClassName
{
background-color: #30B5DC;
}
.BgClassName
{
background-color: #30B5DC;
}
</style>
border-color css
<style>
span { border-color: #30B5DC; }
span { border-color: rgb(48,181,220); }
td.TdClassName
{
border-color: #30B5DC;
}
.TagClassName
{
border-color: #30B5DC;
}
</style>