Shades of Summer Sky #30B0EA
Tints of Summer Sky #30B0EA
RGB
CMYK
RGB Variations
Color information
#30B0EA (or 0x30B0EA) is known color: Summer Sky. HEX triplet: 30, B0 and EA. RGB value is (48,176,234). Sum of RGB (Red+Green+Blue) = 48+176+234=458 (60% of max value = 765). Red value is 48 (19.14% from 255 or 10.48% from 458); Green value is 176 (69.14% from 255 or 38.43% from 458); Blue value is 234 (91.80% from 255 or 51.09% from 458); Max value from RGB is 234 - color contains mainly: blue. Hex color #30B0EA is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #30B0EA is #CF4F15. Grayscale: #8F8F8F. Windows color (decimal): -13586198 or 15380528. OLE color: 15380528.
HSL color Cylindrical-coordinate representation of color #30B0EA: hue angle of 198.71º 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 #30B0EA is Cyan = 0.79, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 48 | 176 | 234 | - |
| CMYK | 0.79 | 0.25 | 0 | 0.08 |
| HSL | 198.71º | 0.82% | 0.55% | - |
| HSV(B) | 198.71º | 0.79% | 0.92% | - |
| XYZ | 31.6 | 37.62 | 83.44 | - |
| YUV | 144.34 | 178.59 | 59.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 176 | 234 | 0.79 | 0.25 | 0 | 0.08 | 198.71 | 0.82 | 0.55 |
| Hex | 30 | B0 | EA | 4F | 19 | 0 | 8 | C7 | 52 | 37 |
| Octal | 60 | 260 | 352 | 117 | 31 | 0 | 10 | 307 | 122 | 67 |
| Binary | 110000 | 10110000 | 11101010 | 1001111 | 11001 | 0 | 1000 | 11000111 | 1010010 | 110111 |
Color Harmonies of #30B0EA
Complementary color
Monochromatic Colors of #30B0EA
Black with #30B0EA
Text Example
Text Example
White with #30B0EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30B0EA; }
p { color: rgb(48,176,234); }
H1.HeaderClassName
{
color: #30B0EA;
}
.AnyTagClassName
{
color: #30B0EA;
}
</style>
background-color css
<style>
a { background-color: #30B0EA; }
a { background-color: rgb(48,176,234); }
div.DivClassName
{
background-color: #30B0EA;
}
.BgClassName
{
background-color: #30B0EA;
}
</style>
border-color css
<style>
span { border-color: #30B0EA; }
span { border-color: rgb(48,176,234); }
td.TdClassName
{
border-color: #30B0EA;
}
.TagClassName
{
border-color: #30B0EA;
}
</style>