Shades of Summer Sky #30BAEA
Tints of Summer Sky #30BAEA
RGB
CMYK
RGB Variations
Color information
#30BAEA (or 0x30BAEA) is known color: Summer Sky. HEX triplet: 30, BA and EA. RGB value is (48,186,234). Sum of RGB (Red+Green+Blue) = 48+186+234=468 (61% of max value = 765). Red value is 48 (19.14% from 255 or 10.26% from 468); Green value is 186 (73.05% from 255 or 39.74% from 468); Blue value is 234 (91.80% from 255 or 50% from 468); Max value from RGB is 234 - color contains mainly: blue. Hex color #30BAEA is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #30BAEA is #CF4515. Grayscale: #959595. Windows color (decimal): -13583638 or 15383088. OLE color: 15383088.
HSL color Cylindrical-coordinate representation of color #30BAEA: hue angle of 195.48º 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 #30BAEA is Cyan = 0.79, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 48 | 186 | 234 | - |
| CMYK | 0.79 | 0.21 | 0 | 0.08 |
| HSL | 195.48º | 0.82% | 0.55% | - |
| HSV(B) | 195.48º | 0.79% | 0.92% | - |
| XYZ | 33.63 | 41.69 | 84.12 | - |
| YUV | 150.21 | 175.28 | 55.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 186 | 234 | 0.79 | 0.21 | 0 | 0.08 | 195.48 | 0.82 | 0.55 |
| Hex | 30 | BA | EA | 4F | 15 | 0 | 8 | C3 | 52 | 37 |
| Octal | 60 | 272 | 352 | 117 | 25 | 0 | 10 | 303 | 122 | 67 |
| Binary | 110000 | 10111010 | 11101010 | 1001111 | 10101 | 0 | 1000 | 11000011 | 1010010 | 110111 |
Color Harmonies of #30BAEA
Complementary color
Monochromatic Colors of #30BAEA
Black with #30BAEA
Text Example
Text Example
White with #30BAEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30BAEA; }
p { color: rgb(48,186,234); }
H1.HeaderClassName
{
color: #30BAEA;
}
.AnyTagClassName
{
color: #30BAEA;
}
</style>
background-color css
<style>
a { background-color: #30BAEA; }
a { background-color: rgb(48,186,234); }
div.DivClassName
{
background-color: #30BAEA;
}
.BgClassName
{
background-color: #30BAEA;
}
</style>
border-color css
<style>
span { border-color: #30BAEA; }
span { border-color: rgb(48,186,234); }
td.TdClassName
{
border-color: #30BAEA;
}
.TagClassName
{
border-color: #30BAEA;
}
</style>