Shades of Summer Sky #30B1EA
Tints of Summer Sky #30B1EA
RGB
CMYK
RGB Variations
Color information
#30B1EA (or 0x30B1EA) is known color: Summer Sky. HEX triplet: 30, B1 and EA. RGB value is (48,177,234). Sum of RGB (Red+Green+Blue) = 48+177+234=459 (60% of max value = 765). Red value is 48 (19.14% from 255 or 10.46% from 459); Green value is 177 (69.53% from 255 or 38.56% from 459); Blue value is 234 (91.80% from 255 or 50.98% from 459); Max value from RGB is 234 - color contains mainly: blue. Hex color #30B1EA is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #30B1EA is #CF4E15. Grayscale: #909090. Windows color (decimal): -13585942 or 15380784. OLE color: 15380784.
HSL color Cylindrical-coordinate representation of color #30B1EA: hue angle of 198.39º 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 #30B1EA is Cyan = 0.79, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 48 | 177 | 234 | - |
| CMYK | 0.79 | 0.24 | 0 | 0.08 |
| HSL | 198.39º | 0.82% | 0.55% | - |
| HSV(B) | 198.39º | 0.79% | 0.92% | - |
| XYZ | 31.79 | 38.01 | 83.5 | - |
| YUV | 144.93 | 178.26 | 58.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 177 | 234 | 0.79 | 0.24 | 0 | 0.08 | 198.39 | 0.82 | 0.55 |
| Hex | 30 | B1 | EA | 4F | 18 | 0 | 8 | C6 | 52 | 37 |
| Octal | 60 | 261 | 352 | 117 | 30 | 0 | 10 | 306 | 122 | 67 |
| Binary | 110000 | 10110001 | 11101010 | 1001111 | 11000 | 0 | 1000 | 11000110 | 1010010 | 110111 |
Color Harmonies of #30B1EA
Complementary color
Monochromatic Colors of #30B1EA
Black with #30B1EA
Text Example
Text Example
White with #30B1EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30B1EA; }
p { color: rgb(48,177,234); }
H1.HeaderClassName
{
color: #30B1EA;
}
.AnyTagClassName
{
color: #30B1EA;
}
</style>
background-color css
<style>
a { background-color: #30B1EA; }
a { background-color: rgb(48,177,234); }
div.DivClassName
{
background-color: #30B1EA;
}
.BgClassName
{
background-color: #30B1EA;
}
</style>
border-color css
<style>
span { border-color: #30B1EA; }
span { border-color: rgb(48,177,234); }
td.TdClassName
{
border-color: #30B1EA;
}
.TagClassName
{
border-color: #30B1EA;
}
</style>