Shades of Summer Sky #30BDFD
Tints of Summer Sky #30BDFD
RGB
CMYK
RGB Variations
Color information
#30BDFD (or 0x30BDFD) is known color: Summer Sky. HEX triplet: 30, BD and FD. RGB value is (48,189,253). Sum of RGB (Red+Green+Blue) = 48+189+253=490 (64% of max value = 765). Red value is 48 (19.14% from 255 or 9.80% from 490); Green value is 189 (74.22% from 255 or 38.57% from 490); Blue value is 253 (99.22% from 255 or 51.63% from 490); Max value from RGB is 253 - color contains mainly: blue. Hex color #30BDFD is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #30BDFD is #CF4202. Grayscale: #999999. Windows color (decimal): -13582851 or 16629040. OLE color: 16629040.
HSL color Cylindrical-coordinate representation of color #30BDFD: hue angle of 198.73º 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 #30BDFD is Cyan = 0.81, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 48 | 189 | 253 | - |
| CMYK | 0.81 | 0.25 | 0 | 0.01 |
| HSL | 198.73º | 0.98% | 0.59% | - |
| HSV(B) | 198.73º | 0.81% | 0.99% | - |
| XYZ | 37.15 | 44.12 | 99.49 | - |
| YUV | 154.14 | 183.79 | 52.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 189 | 253 | 0.81 | 0.25 | 0 | 0.01 | 198.73 | 0.98 | 0.59 |
| Hex | 30 | BD | FD | 51 | 19 | 0 | 1 | C7 | 62 | 3B |
| Octal | 60 | 275 | 375 | 121 | 31 | 0 | 1 | 307 | 142 | 73 |
| Binary | 110000 | 10111101 | 11111101 | 1010001 | 11001 | 0 | 1 | 11000111 | 1100010 | 111011 |
Color Harmonies of #30BDFD
Complementary color
Monochromatic Colors of #30BDFD
Black with #30BDFD
Text Example
Text Example
White with #30BDFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30BDFD; }
p { color: rgb(48,189,253); }
H1.HeaderClassName
{
color: #30BDFD;
}
.AnyTagClassName
{
color: #30BDFD;
}
</style>
background-color css
<style>
a { background-color: #30BDFD; }
a { background-color: rgb(48,189,253); }
div.DivClassName
{
background-color: #30BDFD;
}
.BgClassName
{
background-color: #30BDFD;
}
</style>
border-color css
<style>
span { border-color: #30BDFD; }
span { border-color: rgb(48,189,253); }
td.TdClassName
{
border-color: #30BDFD;
}
.TagClassName
{
border-color: #30BDFD;
}
</style>