Shades of Summer Sky #30ABEA
Tints of Summer Sky #30ABEA
RGB
CMYK
RGB Variations
Color information
#30ABEA (or 0x30ABEA) is known color: Summer Sky. HEX triplet: 30, AB and EA. RGB value is (48,171,234). Sum of RGB (Red+Green+Blue) = 48+171+234=453 (60% of max value = 765). Red value is 48 (19.14% from 255 or 10.60% from 453); Green value is 171 (67.19% from 255 or 37.75% from 453); Blue value is 234 (91.80% from 255 or 51.66% from 453); Max value from RGB is 234 - color contains mainly: blue. Hex color #30ABEA is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #30ABEA is #CF5415. Grayscale: #8D8D8D. Windows color (decimal): -13587478 or 15379248. OLE color: 15379248.
HSL color Cylindrical-coordinate representation of color #30ABEA: hue angle of 200.32º degrees, saturation: 0.82, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #30ABEA is Cyan = 0.79, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 48 | 171 | 234 | - |
| CMYK | 0.79 | 0.27 | 0 | 0.08 |
| HSL | 200.32º | 0.82% | 0.55% | - |
| HSV(B) | 200.32º | 0.79% | 0.92% | - |
| XYZ | 30.63 | 35.69 | 83.12 | - |
| YUV | 141.41 | 180.25 | 61.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 171 | 234 | 0.79 | 0.27 | 0 | 0.08 | 200.32 | 0.82 | 0.55 |
| Hex | 30 | AB | EA | 4F | 1B | 0 | 8 | C8 | 52 | 37 |
| Octal | 60 | 253 | 352 | 117 | 33 | 0 | 10 | 310 | 122 | 67 |
| Binary | 110000 | 10101011 | 11101010 | 1001111 | 11011 | 0 | 1000 | 11001000 | 1010010 | 110111 |
Color Harmonies of #30ABEA
Complementary color
Monochromatic Colors of #30ABEA
Black with #30ABEA
Text Example
Text Example
White with #30ABEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30ABEA; }
p { color: rgb(48,171,234); }
H1.HeaderClassName
{
color: #30ABEA;
}
.AnyTagClassName
{
color: #30ABEA;
}
</style>
background-color css
<style>
a { background-color: #30ABEA; }
a { background-color: rgb(48,171,234); }
div.DivClassName
{
background-color: #30ABEA;
}
.BgClassName
{
background-color: #30ABEA;
}
</style>
border-color css
<style>
span { border-color: #30ABEA; }
span { border-color: rgb(48,171,234); }
td.TdClassName
{
border-color: #30ABEA;
}
.TagClassName
{
border-color: #30ABEA;
}
</style>