Shades of Summer Sky #30BDFF
Tints of Summer Sky #30BDFF
RGB
CMYK
RGB Variations
Color information
#30BDFF (or 0x30BDFF) is known color: Summer Sky. HEX triplet: 30, BD and FF. RGB value is (48,189,255). Sum of RGB (Red+Green+Blue) = 48+189+255=492 (65% of max value = 765). Red value is 48 (19.14% from 255 or 9.76% from 492); Green value is 189 (74.22% from 255 or 38.41% from 492); Blue value is 255 (100% from 255 or 51.83% from 492); Max value from RGB is 255 - color contains mainly: blue. Hex color #30BDFF is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #30BDFF is #CF4200. Grayscale: #999999. Windows color (decimal): -13582849 or 16760112. OLE color: 16760112.
HSL color Cylindrical-coordinate representation of color #30BDFF: hue angle of 199.13º degrees, saturation: 1, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #30BDFF is Cyan = 0.81, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 48 | 189 | 255 | - |
| CMYK | 0.81 | 0.26 | 0 | 0 |
| HSL | 199.13º | 1% | 0.59% | - |
| HSV(B) | 199.13º | 0.81% | 1% | - |
| XYZ | 37.47 | 44.24 | 101.17 | - |
| YUV | 154.37 | 184.79 | 52.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 189 | 255 | 0.81 | 0.26 | 0 | 0 | 199.13 | 1 | 0.59 |
| Hex | 30 | BD | FF | 51 | 1A | 0 | 0 | C7 | 64 | 3B |
| Octal | 60 | 275 | 377 | 121 | 32 | 0 | 0 | 307 | 144 | 73 |
| Binary | 110000 | 10111101 | 11111111 | 1010001 | 11010 | 0 | 0 | 11000111 | 1100100 | 111011 |
Color Harmonies of #30BDFF
Complementary color
Monochromatic Colors of #30BDFF
Black with #30BDFF
Text Example
Text Example
White with #30BDFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30BDFF; }
p { color: rgb(48,189,255); }
H1.HeaderClassName
{
color: #30BDFF;
}
.AnyTagClassName
{
color: #30BDFF;
}
</style>
background-color css
<style>
a { background-color: #30BDFF; }
a { background-color: rgb(48,189,255); }
div.DivClassName
{
background-color: #30BDFF;
}
.BgClassName
{
background-color: #30BDFF;
}
</style>
border-color css
<style>
span { border-color: #30BDFF; }
span { border-color: rgb(48,189,255); }
td.TdClassName
{
border-color: #30BDFF;
}
.TagClassName
{
border-color: #30BDFF;
}
</style>