Shades of Summer Sky #30BFCC
Tints of Summer Sky #30BFCC
RGB
CMYK
RGB Variations
Color information
#30BFCC (or 0x30BFCC) is known color: Summer Sky. HEX triplet: 30, BF and CC. RGB value is (48,191,204). Sum of RGB (Red+Green+Blue) = 48+191+204=443 (58% of max value = 765). Red value is 48 (19.14% from 255 or 10.84% from 443); Green value is 191 (75% from 255 or 43.12% from 443); Blue value is 204 (80.08% from 255 or 46.05% from 443); Max value from RGB is 204 - color contains mainly: blue. Hex color #30BFCC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #30BFCC is #CF4033. Grayscale: #959595. Windows color (decimal): -13582388 or 13418288. OLE color: 13418288.
HSL color Cylindrical-coordinate representation of color #30BFCC: hue angle of 185º degrees, saturation: 0.62, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #30BFCC is Cyan = 0.76, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 48 | 191 | 204 | - |
| CMYK | 0.76 | 0.06 | 0 | 0.2 |
| HSL | 185º | 0.62% | 0.49% | - |
| HSV(B) | 185º | 0.76% | 0.8% | - |
| XYZ | 30.75 | 42.25 | 63.66 | - |
| YUV | 149.73 | 158.62 | 55.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 191 | 204 | 0.76 | 0.06 | 0 | 0.2 | 185 | 0.62 | 0.49 |
| Hex | 30 | BF | CC | 4C | 6 | 0 | 14 | B9 | 3E | 31 |
| Octal | 60 | 277 | 314 | 114 | 6 | 0 | 24 | 271 | 76 | 61 |
| Binary | 110000 | 10111111 | 11001100 | 1001100 | 110 | 0 | 10100 | 10111001 | 111110 | 110001 |
Color Harmonies of #30BFCC
Complementary color
Monochromatic Colors of #30BFCC
Black with #30BFCC
Text Example
Text Example
White with #30BFCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30BFCC; }
p { color: rgb(48,191,204); }
H1.HeaderClassName
{
color: #30BFCC;
}
.AnyTagClassName
{
color: #30BFCC;
}
</style>
background-color css
<style>
a { background-color: #30BFCC; }
a { background-color: rgb(48,191,204); }
div.DivClassName
{
background-color: #30BFCC;
}
.BgClassName
{
background-color: #30BFCC;
}
</style>
border-color css
<style>
span { border-color: #30BFCC; }
span { border-color: rgb(48,191,204); }
td.TdClassName
{
border-color: #30BFCC;
}
.TagClassName
{
border-color: #30BFCC;
}
</style>