Shades of Summer Sky #30C2DF
Tints of Summer Sky #30C2DF
RGB
CMYK
RGB Variations
Color information
#30C2DF (or 0x30C2DF) is known color: Summer Sky. HEX triplet: 30, C2 and DF. RGB value is (48,194,223). Sum of RGB (Red+Green+Blue) = 48+194+223=465 (61% of max value = 765). Red value is 48 (19.14% from 255 or 10.32% from 465); Green value is 194 (76.17% from 255 or 41.72% from 465); Blue value is 223 (87.5% from 255 or 47.96% from 465); Max value from RGB is 223 - color contains mainly: blue. Hex color #30C2DF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #30C2DF is #CF3D20. Grayscale: #999999. Windows color (decimal): -13581601 or 14664240. OLE color: 14664240.
HSL color Cylindrical-coordinate representation of color #30C2DF: hue angle of 189.94º degrees, saturation: 0.73, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #30C2DF is Cyan = 0.78, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 48 | 194 | 223 | - |
| CMYK | 0.78 | 0.13 | 0 | 0.13 |
| HSL | 189.94º | 0.73% | 0.53% | - |
| HSV(B) | 189.94º | 0.78% | 0.87% | - |
| XYZ | 33.83 | 44.54 | 76.63 | - |
| YUV | 153.65 | 167.13 | 52.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 194 | 223 | 0.78 | 0.13 | 0 | 0.13 | 189.94 | 0.73 | 0.53 |
| Hex | 30 | C2 | DF | 4E | D | 0 | D | BE | 49 | 35 |
| Octal | 60 | 302 | 337 | 116 | 15 | 0 | 15 | 276 | 111 | 65 |
| Binary | 110000 | 11000010 | 11011111 | 1001110 | 1101 | 0 | 1101 | 10111110 | 1001001 | 110101 |
Color Harmonies of #30C2DF
Complementary color
Monochromatic Colors of #30C2DF
Black with #30C2DF
Text Example
Text Example
White with #30C2DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30C2DF; }
p { color: rgb(48,194,223); }
H1.HeaderClassName
{
color: #30C2DF;
}
.AnyTagClassName
{
color: #30C2DF;
}
</style>
background-color css
<style>
a { background-color: #30C2DF; }
a { background-color: rgb(48,194,223); }
div.DivClassName
{
background-color: #30C2DF;
}
.BgClassName
{
background-color: #30C2DF;
}
</style>
border-color css
<style>
span { border-color: #30C2DF; }
span { border-color: rgb(48,194,223); }
td.TdClassName
{
border-color: #30C2DF;
}
.TagClassName
{
border-color: #30C2DF;
}
</style>