Shades of Summer Sky #30B9FF
Tints of Summer Sky #30B9FF
RGB
CMYK
RGB Variations
Color information
#30B9FF (or 0x30B9FF) is known color: Summer Sky. HEX triplet: 30, B9 and FF. RGB value is (48,185,255). Sum of RGB (Red+Green+Blue) = 48+185+255=488 (64% of max value = 765). Red value is 48 (19.14% from 255 or 9.84% from 488); Green value is 185 (72.66% from 255 or 37.91% from 488); Blue value is 255 (100% from 255 or 52.25% from 488); Max value from RGB is 255 - color contains mainly: blue. Hex color #30B9FF is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #30B9FF is #CF4600. Grayscale: #979797. Windows color (decimal): -13583873 or 16759088. OLE color: 16759088.
HSL color Cylindrical-coordinate representation of color #30B9FF: hue angle of 200.29º 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 #30B9FF is Cyan = 0.81, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 48 | 185 | 255 | - |
| CMYK | 0.81 | 0.27 | 0 | 0 |
| HSL | 200.29º | 1% | 0.59% | - |
| HSV(B) | 200.29º | 0.81% | 1% | - |
| XYZ | 36.62 | 42.55 | 100.89 | - |
| YUV | 152.02 | 186.11 | 53.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 185 | 255 | 0.81 | 0.27 | 0 | 0 | 200.29 | 1 | 0.59 |
| Hex | 30 | B9 | FF | 51 | 1B | 0 | 0 | C8 | 64 | 3B |
| Octal | 60 | 271 | 377 | 121 | 33 | 0 | 0 | 310 | 144 | 73 |
| Binary | 110000 | 10111001 | 11111111 | 1010001 | 11011 | 0 | 0 | 11001000 | 1100100 | 111011 |
Color Harmonies of #30B9FF
Complementary color
Monochromatic Colors of #30B9FF
Black with #30B9FF
Text Example
Text Example
White with #30B9FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30B9FF; }
p { color: rgb(48,185,255); }
H1.HeaderClassName
{
color: #30B9FF;
}
.AnyTagClassName
{
color: #30B9FF;
}
</style>
background-color css
<style>
a { background-color: #30B9FF; }
a { background-color: rgb(48,185,255); }
div.DivClassName
{
background-color: #30B9FF;
}
.BgClassName
{
background-color: #30B9FF;
}
</style>
border-color css
<style>
span { border-color: #30B9FF; }
span { border-color: rgb(48,185,255); }
td.TdClassName
{
border-color: #30B9FF;
}
.TagClassName
{
border-color: #30B9FF;
}
</style>