Shades of Summer Sky #30BAFD
Tints of Summer Sky #30BAFD
RGB
CMYK
RGB Variations
Color information
#30BAFD (or 0x30BAFD) is known color: Summer Sky. HEX triplet: 30, BA and FD. RGB value is (48,186,253). Sum of RGB (Red+Green+Blue) = 48+186+253=487 (64% of max value = 765). Red value is 48 (19.14% from 255 or 9.86% from 487); Green value is 186 (73.05% from 255 or 38.19% from 487); Blue value is 253 (99.22% from 255 or 51.95% from 487); Max value from RGB is 253 - color contains mainly: blue. Hex color #30BAFD is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #30BAFD is #CF4502. Grayscale: #979797. Windows color (decimal): -13583619 or 16628272. OLE color: 16628272.
HSL color Cylindrical-coordinate representation of color #30BAFD: hue angle of 199.61º degrees, saturation: 0.98, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #30BAFD is Cyan = 0.81, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 48 | 186 | 253 | - |
| CMYK | 0.81 | 0.26 | 0 | 0.01 |
| HSL | 199.61º | 0.98% | 0.59% | - |
| HSV(B) | 199.61º | 0.81% | 0.99% | - |
| XYZ | 36.51 | 42.84 | 99.27 | - |
| YUV | 152.38 | 184.78 | 53.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 186 | 253 | 0.81 | 0.26 | 0 | 0.01 | 199.61 | 0.98 | 0.59 |
| Hex | 30 | BA | FD | 51 | 1A | 0 | 1 | C8 | 62 | 3B |
| Octal | 60 | 272 | 375 | 121 | 32 | 0 | 1 | 310 | 142 | 73 |
| Binary | 110000 | 10111010 | 11111101 | 1010001 | 11010 | 0 | 1 | 11001000 | 1100010 | 111011 |
Color Harmonies of #30BAFD
Complementary color
Monochromatic Colors of #30BAFD
Black with #30BAFD
Text Example
Text Example
White with #30BAFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30BAFD; }
p { color: rgb(48,186,253); }
H1.HeaderClassName
{
color: #30BAFD;
}
.AnyTagClassName
{
color: #30BAFD;
}
</style>
background-color css
<style>
a { background-color: #30BAFD; }
a { background-color: rgb(48,186,253); }
div.DivClassName
{
background-color: #30BAFD;
}
.BgClassName
{
background-color: #30BAFD;
}
</style>
border-color css
<style>
span { border-color: #30BAFD; }
span { border-color: rgb(48,186,253); }
td.TdClassName
{
border-color: #30BAFD;
}
.TagClassName
{
border-color: #30BAFD;
}
</style>