Shades of Summer Sky #30ABCB
Tints of Summer Sky #30ABCB
RGB
CMYK
RGB Variations
Color information
#30ABCB (or 0x30ABCB) is known color: Summer Sky. HEX triplet: 30, AB and CB. RGB value is (48,171,203). Sum of RGB (Red+Green+Blue) = 48+171+203=422 (55% of max value = 765). Red value is 48 (19.14% from 255 or 11.37% from 422); Green value is 171 (67.19% from 255 or 40.52% from 422); Blue value is 203 (79.69% from 255 or 48.10% from 422); Max value from RGB is 203 - color contains mainly: blue. Hex color #30ABCB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #30ABCB is #CF5434. Grayscale: #898989. Windows color (decimal): -13587509 or 13347632. OLE color: 13347632.
HSL color Cylindrical-coordinate representation of color #30ABCB: hue angle of 192.39º degrees, saturation: 0.62, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #30ABCB is Cyan = 0.76, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 48 | 171 | 203 | - |
| CMYK | 0.76 | 0.16 | 0 | 0.20 |
| HSL | 192.39º | 0.62% | 0.49% | - |
| HSV(B) | 192.39º | 0.76% | 0.8% | - |
| XYZ | 26.56 | 34.07 | 61.68 | - |
| YUV | 137.87 | 164.75 | 63.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 171 | 203 | 0.76 | 0.16 | 0 | 0.20 | 192.39 | 0.62 | 0.49 |
| Hex | 30 | AB | CB | 4C | 10 | 0 | 14 | C0 | 3E | 31 |
| Octal | 60 | 253 | 313 | 114 | 20 | 0 | 24 | 300 | 76 | 61 |
| Binary | 110000 | 10101011 | 11001011 | 1001100 | 10000 | 0 | 10100 | 11000000 | 111110 | 110001 |
Color Harmonies of #30ABCB
Complementary color
Monochromatic Colors of #30ABCB
Black with #30ABCB
Text Example
Text Example
White with #30ABCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30ABCB; }
p { color: rgb(48,171,203); }
H1.HeaderClassName
{
color: #30ABCB;
}
.AnyTagClassName
{
color: #30ABCB;
}
</style>
background-color css
<style>
a { background-color: #30ABCB; }
a { background-color: rgb(48,171,203); }
div.DivClassName
{
background-color: #30ABCB;
}
.BgClassName
{
background-color: #30ABCB;
}
</style>
border-color css
<style>
span { border-color: #30ABCB; }
span { border-color: rgb(48,171,203); }
td.TdClassName
{
border-color: #30ABCB;
}
.TagClassName
{
border-color: #30ABCB;
}
</style>