Shades of Summer Sky #30BAF8
Tints of Summer Sky #30BAF8
RGB
CMYK
RGB Variations
Color information
#30BAF8 (or 0x30BAF8) is known color: Summer Sky. HEX triplet: 30, BA and F8. RGB value is (48,186,248). Sum of RGB (Red+Green+Blue) = 48+186+248=482 (63% of max value = 765). Red value is 48 (19.14% from 255 or 9.96% from 482); Green value is 186 (73.05% from 255 or 38.59% from 482); Blue value is 248 (97.27% from 255 or 51.45% from 482); Max value from RGB is 248 - color contains mainly: blue. Hex color #30BAF8 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #30BAF8 is #CF4507. Grayscale: #979797. Windows color (decimal): -13583624 or 16300592. OLE color: 16300592.
HSL color Cylindrical-coordinate representation of color #30BAF8: hue angle of 198.6º degrees, saturation: 0.93, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #30BAF8 is Cyan = 0.81, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 48 | 186 | 248 | - |
| CMYK | 0.81 | 0.25 | 0 | 0.03 |
| HSL | 198.6º | 0.93% | 0.58% | - |
| HSV(B) | 198.6º | 0.81% | 0.97% | - |
| XYZ | 35.72 | 42.52 | 95.13 | - |
| YUV | 151.81 | 182.28 | 53.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 186 | 248 | 0.81 | 0.25 | 0 | 0.03 | 198.6 | 0.93 | 0.58 |
| Hex | 30 | BA | F8 | 51 | 19 | 0 | 3 | C7 | 5D | 3A |
| Octal | 60 | 272 | 370 | 121 | 31 | 0 | 3 | 307 | 135 | 72 |
| Binary | 110000 | 10111010 | 11111000 | 1010001 | 11001 | 0 | 11 | 11000111 | 1011101 | 111010 |
Color Harmonies of #30BAF8
Complementary color
Monochromatic Colors of #30BAF8
Black with #30BAF8
Text Example
Text Example
White with #30BAF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30BAF8; }
p { color: rgb(48,186,248); }
H1.HeaderClassName
{
color: #30BAF8;
}
.AnyTagClassName
{
color: #30BAF8;
}
</style>
background-color css
<style>
a { background-color: #30BAF8; }
a { background-color: rgb(48,186,248); }
div.DivClassName
{
background-color: #30BAF8;
}
.BgClassName
{
background-color: #30BAF8;
}
</style>
border-color css
<style>
span { border-color: #30BAF8; }
span { border-color: rgb(48,186,248); }
td.TdClassName
{
border-color: #30BAF8;
}
.TagClassName
{
border-color: #30BAF8;
}
</style>