Shades of Summer Sky #30A8DF
Tints of Summer Sky #30A8DF
RGB
CMYK
RGB Variations
Color information
#30A8DF (or 0x30A8DF) is known color: Summer Sky. HEX triplet: 30, A8 and DF. RGB value is (48,168,223). Sum of RGB (Red+Green+Blue) = 48+168+223=439 (58% of max value = 765). Red value is 48 (19.14% from 255 or 10.93% from 439); Green value is 168 (66.02% from 255 or 38.27% from 439); Blue value is 223 (87.5% from 255 or 50.80% from 439); Max value from RGB is 223 - color contains mainly: blue. Hex color #30A8DF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #30A8DF is #CF5720. Grayscale: #8A8A8A. Windows color (decimal): -13588257 or 14657584. OLE color: 14657584.
HSL color Cylindrical-coordinate representation of color #30A8DF: hue angle of 198.86º 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 #30A8DF is Cyan = 0.78, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 48 | 168 | 223 | - |
| CMYK | 0.78 | 0.25 | 0 | 0.13 |
| HSL | 198.86º | 0.73% | 0.53% | - |
| HSV(B) | 198.86º | 0.78% | 0.87% | - |
| XYZ | 28.54 | 33.96 | 74.86 | - |
| YUV | 138.39 | 175.74 | 63.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 168 | 223 | 0.78 | 0.25 | 0 | 0.13 | 198.86 | 0.73 | 0.53 |
| Hex | 30 | A8 | DF | 4E | 19 | 0 | D | C7 | 49 | 35 |
| Octal | 60 | 250 | 337 | 116 | 31 | 0 | 15 | 307 | 111 | 65 |
| Binary | 110000 | 10101000 | 11011111 | 1001110 | 11001 | 0 | 1101 | 11000111 | 1001001 | 110101 |
Color Harmonies of #30A8DF
Complementary color
Monochromatic Colors of #30A8DF
Black with #30A8DF
Text Example
Text Example
White with #30A8DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30A8DF; }
p { color: rgb(48,168,223); }
H1.HeaderClassName
{
color: #30A8DF;
}
.AnyTagClassName
{
color: #30A8DF;
}
</style>
background-color css
<style>
a { background-color: #30A8DF; }
a { background-color: rgb(48,168,223); }
div.DivClassName
{
background-color: #30A8DF;
}
.BgClassName
{
background-color: #30A8DF;
}
</style>
border-color css
<style>
span { border-color: #30A8DF; }
span { border-color: rgb(48,168,223); }
td.TdClassName
{
border-color: #30A8DF;
}
.TagClassName
{
border-color: #30A8DF;
}
</style>