Shades of Summer Sky #30ABDD
Tints of Summer Sky #30ABDD
RGB
CMYK
RGB Variations
Color information
#30ABDD (or 0x30ABDD) is known color: Summer Sky. HEX triplet: 30, AB and DD. RGB value is (48,171,221). Sum of RGB (Red+Green+Blue) = 48+171+221=440 (58% of max value = 765). Red value is 48 (19.14% from 255 or 10.91% from 440); Green value is 171 (67.19% from 255 or 38.86% from 440); Blue value is 221 (86.72% from 255 or 50.23% from 440); Max value from RGB is 221 - color contains mainly: blue. Hex color #30ABDD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #30ABDD is #CF5422. Grayscale: #8B8B8B. Windows color (decimal): -13587491 or 14527280. OLE color: 14527280.
HSL color Cylindrical-coordinate representation of color #30ABDD: hue angle of 197.34º degrees, saturation: 0.72, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #30ABDD is Cyan = 0.78, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 48 | 171 | 221 | - |
| CMYK | 0.78 | 0.23 | 0 | 0.13 |
| HSL | 197.34º | 0.72% | 0.53% | - |
| HSV(B) | 197.34º | 0.78% | 0.87% | - |
| XYZ | 28.83 | 34.97 | 73.64 | - |
| YUV | 139.92 | 173.75 | 62.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 171 | 221 | 0.78 | 0.23 | 0 | 0.13 | 197.34 | 0.72 | 0.53 |
| Hex | 30 | AB | DD | 4E | 17 | 0 | D | C5 | 48 | 35 |
| Octal | 60 | 253 | 335 | 116 | 27 | 0 | 15 | 305 | 110 | 65 |
| Binary | 110000 | 10101011 | 11011101 | 1001110 | 10111 | 0 | 1101 | 11000101 | 1001000 | 110101 |
Color Harmonies of #30ABDD
Complementary color
Monochromatic Colors of #30ABDD
Black with #30ABDD
Text Example
Text Example
White with #30ABDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30ABDD; }
p { color: rgb(48,171,221); }
H1.HeaderClassName
{
color: #30ABDD;
}
.AnyTagClassName
{
color: #30ABDD;
}
</style>
background-color css
<style>
a { background-color: #30ABDD; }
a { background-color: rgb(48,171,221); }
div.DivClassName
{
background-color: #30ABDD;
}
.BgClassName
{
background-color: #30ABDD;
}
</style>
border-color css
<style>
span { border-color: #30ABDD; }
span { border-color: rgb(48,171,221); }
td.TdClassName
{
border-color: #30ABDD;
}
.TagClassName
{
border-color: #30ABDD;
}
</style>