Shades of Summer Sky #30BECB
Tints of Summer Sky #30BECB
RGB
CMYK
RGB Variations
Color information
#30BECB (or 0x30BECB) is known color: Summer Sky. HEX triplet: 30, BE and CB. RGB value is (48,190,203). Sum of RGB (Red+Green+Blue) = 48+190+203=441 (58% of max value = 765). Red value is 48 (19.14% from 255 or 10.88% from 441); Green value is 190 (74.61% from 255 or 43.08% from 441); Blue value is 203 (79.69% from 255 or 46.03% from 441); Max value from RGB is 203 - color contains mainly: blue. Hex color #30BECB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #30BECB is #CF4134. Grayscale: #949494. Windows color (decimal): -13582645 or 13352496. OLE color: 13352496.
HSL color Cylindrical-coordinate representation of color #30BECB: hue angle of 185.03º 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 #30BECB is Cyan = 0.76, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 48 | 190 | 203 | - |
| CMYK | 0.76 | 0.06 | 0 | 0.20 |
| HSL | 185.03º | 0.62% | 0.49% | - |
| HSV(B) | 185.03º | 0.76% | 0.8% | - |
| XYZ | 30.41 | 41.77 | 62.96 | - |
| YUV | 149.02 | 158.46 | 55.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 190 | 203 | 0.76 | 0.06 | 0 | 0.20 | 185.03 | 0.62 | 0.49 |
| Hex | 30 | BE | CB | 4C | 6 | 0 | 14 | B9 | 3E | 31 |
| Octal | 60 | 276 | 313 | 114 | 6 | 0 | 24 | 271 | 76 | 61 |
| Binary | 110000 | 10111110 | 11001011 | 1001100 | 110 | 0 | 10100 | 10111001 | 111110 | 110001 |
Color Harmonies of #30BECB
Complementary color
Monochromatic Colors of #30BECB
Black with #30BECB
Text Example
Text Example
White with #30BECB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30BECB; }
p { color: rgb(48,190,203); }
H1.HeaderClassName
{
color: #30BECB;
}
.AnyTagClassName
{
color: #30BECB;
}
</style>
background-color css
<style>
a { background-color: #30BECB; }
a { background-color: rgb(48,190,203); }
div.DivClassName
{
background-color: #30BECB;
}
.BgClassName
{
background-color: #30BECB;
}
</style>
border-color css
<style>
span { border-color: #30BECB; }
span { border-color: rgb(48,190,203); }
td.TdClassName
{
border-color: #30BECB;
}
.TagClassName
{
border-color: #30BECB;
}
</style>