Shades of Summer Sky #30B0CC
Tints of Summer Sky #30B0CC
RGB
CMYK
RGB Variations
Color information
#30B0CC (or 0x30B0CC) is known color: Summer Sky. HEX triplet: 30, B0 and CC. RGB value is (48,176,204). Sum of RGB (Red+Green+Blue) = 48+176+204=428 (56% of max value = 765). Red value is 48 (19.14% from 255 or 11.21% from 428); Green value is 176 (69.14% from 255 or 41.12% from 428); Blue value is 204 (80.08% from 255 or 47.66% from 428); Max value from RGB is 204 - color contains mainly: blue. Hex color #30B0CC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #30B0CC is #CF4F33. Grayscale: #8C8C8C. Windows color (decimal): -13586228 or 13414448. OLE color: 13414448.
HSL color Cylindrical-coordinate representation of color #30B0CC: hue angle of 190.77º 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 #30B0CC is Cyan = 0.76, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 48 | 176 | 204 | - |
| CMYK | 0.76 | 0.14 | 0 | 0.2 |
| HSL | 190.77º | 0.62% | 0.49% | - |
| HSV(B) | 190.77º | 0.76% | 0.8% | - |
| XYZ | 27.64 | 36.04 | 62.63 | - |
| YUV | 140.92 | 163.59 | 61.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 176 | 204 | 0.76 | 0.14 | 0 | 0.2 | 190.77 | 0.62 | 0.49 |
| Hex | 30 | B0 | CC | 4C | E | 0 | 14 | BF | 3E | 31 |
| Octal | 60 | 260 | 314 | 114 | 16 | 0 | 24 | 277 | 76 | 61 |
| Binary | 110000 | 10110000 | 11001100 | 1001100 | 1110 | 0 | 10100 | 10111111 | 111110 | 110001 |
Color Harmonies of #30B0CC
Complementary color
Monochromatic Colors of #30B0CC
Black with #30B0CC
Text Example
Text Example
White with #30B0CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30B0CC; }
p { color: rgb(48,176,204); }
H1.HeaderClassName
{
color: #30B0CC;
}
.AnyTagClassName
{
color: #30B0CC;
}
</style>
background-color css
<style>
a { background-color: #30B0CC; }
a { background-color: rgb(48,176,204); }
div.DivClassName
{
background-color: #30B0CC;
}
.BgClassName
{
background-color: #30B0CC;
}
</style>
border-color css
<style>
span { border-color: #30B0CC; }
span { border-color: rgb(48,176,204); }
td.TdClassName
{
border-color: #30B0CC;
}
.TagClassName
{
border-color: #30B0CC;
}
</style>