Shades of Summer Sky #30ABCA
Tints of Summer Sky #30ABCA
RGB
CMYK
RGB Variations
Color information
#30ABCA (or 0x30ABCA) is known color: Summer Sky. HEX triplet: 30, AB and CA. RGB value is (48,171,202). Sum of RGB (Red+Green+Blue) = 48+171+202=421 (55% of max value = 765). Red value is 48 (19.14% from 255 or 11.40% from 421); Green value is 171 (67.19% from 255 or 40.62% from 421); Blue value is 202 (79.30% from 255 or 47.98% from 421); Max value from RGB is 202 - color contains mainly: blue. Hex color #30ABCA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #30ABCA is #CF5435. Grayscale: #898989. Windows color (decimal): -13587510 or 13282096. OLE color: 13282096.
HSL color Cylindrical-coordinate representation of color #30ABCA: hue angle of 192.08º degrees, saturation: 0.62, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #30ABCA is Cyan = 0.76, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 48 | 171 | 202 | - |
| CMYK | 0.76 | 0.15 | 0 | 0.21 |
| HSL | 192.08º | 0.62% | 0.49% | - |
| HSV(B) | 192.08º | 0.76% | 0.79% | - |
| XYZ | 26.44 | 34.02 | 61.05 | - |
| YUV | 137.76 | 164.25 | 63.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 171 | 202 | 0.76 | 0.15 | 0 | 0.21 | 192.08 | 0.62 | 0.49 |
| Hex | 30 | AB | CA | 4C | F | 0 | 15 | C0 | 3E | 31 |
| Octal | 60 | 253 | 312 | 114 | 17 | 0 | 25 | 300 | 76 | 61 |
| Binary | 110000 | 10101011 | 11001010 | 1001100 | 1111 | 0 | 10101 | 11000000 | 111110 | 110001 |
Color Harmonies of #30ABCA
Complementary color
Monochromatic Colors of #30ABCA
Black with #30ABCA
Text Example
Text Example
White with #30ABCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30ABCA; }
p { color: rgb(48,171,202); }
H1.HeaderClassName
{
color: #30ABCA;
}
.AnyTagClassName
{
color: #30ABCA;
}
</style>
background-color css
<style>
a { background-color: #30ABCA; }
a { background-color: rgb(48,171,202); }
div.DivClassName
{
background-color: #30ABCA;
}
.BgClassName
{
background-color: #30ABCA;
}
</style>
border-color css
<style>
span { border-color: #30ABCA; }
span { border-color: rgb(48,171,202); }
td.TdClassName
{
border-color: #30ABCA;
}
.TagClassName
{
border-color: #30ABCA;
}
</style>