Shades of Summer Sky #30A2CE
Tints of Summer Sky #30A2CE
RGB
CMYK
RGB Variations
Color information
#30A2CE (or 0x30A2CE) is known color: Summer Sky. HEX triplet: 30, A2 and CE. RGB value is (48,162,206). Sum of RGB (Red+Green+Blue) = 48+162+206=416 (55% of max value = 765). Red value is 48 (19.14% from 255 or 11.54% from 416); Green value is 162 (63.67% from 255 or 38.94% from 416); Blue value is 206 (80.86% from 255 or 49.52% from 416); Max value from RGB is 206 - color contains mainly: blue. Hex color #30A2CE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #30A2CE is #CF5D31. Grayscale: #848484. Windows color (decimal): -13589810 or 13541936. OLE color: 13541936.
HSL color Cylindrical-coordinate representation of color #30A2CE: hue angle of 196.71º degrees, saturation: 0.62, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #30A2CE is Cyan = 0.77, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 48 | 162 | 206 | - |
| CMYK | 0.77 | 0.21 | 0 | 0.19 |
| HSL | 196.71º | 0.62% | 0.5% | - |
| HSV(B) | 196.71º | 0.77% | 0.81% | - |
| XYZ | 25.28 | 30.93 | 63.03 | - |
| YUV | 132.93 | 169.23 | 67.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 162 | 206 | 0.77 | 0.21 | 0 | 0.19 | 196.71 | 0.62 | 0.5 |
| Hex | 30 | A2 | CE | 4D | 15 | 0 | 13 | C5 | 3E | 32 |
| Octal | 60 | 242 | 316 | 115 | 25 | 0 | 23 | 305 | 76 | 62 |
| Binary | 110000 | 10100010 | 11001110 | 1001101 | 10101 | 0 | 10011 | 11000101 | 111110 | 110010 |
Color Harmonies of #30A2CE
Complementary color
Monochromatic Colors of #30A2CE
Black with #30A2CE
Text Example
Text Example
White with #30A2CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30A2CE; }
p { color: rgb(48,162,206); }
H1.HeaderClassName
{
color: #30A2CE;
}
.AnyTagClassName
{
color: #30A2CE;
}
</style>
background-color css
<style>
a { background-color: #30A2CE; }
a { background-color: rgb(48,162,206); }
div.DivClassName
{
background-color: #30A2CE;
}
.BgClassName
{
background-color: #30A2CE;
}
</style>
border-color css
<style>
span { border-color: #30A2CE; }
span { border-color: rgb(48,162,206); }
td.TdClassName
{
border-color: #30A2CE;
}
.TagClassName
{
border-color: #30A2CE;
}
</style>