Shades of Summer Sky #30ACF8
Tints of Summer Sky #30ACF8
RGB
CMYK
RGB Variations
Color information
#30ACF8 (or 0x30ACF8) is known color: Summer Sky. HEX triplet: 30, AC and F8. RGB value is (48,172,248). Sum of RGB (Red+Green+Blue) = 48+172+248=468 (61% of max value = 765). Red value is 48 (19.14% from 255 or 10.26% from 468); Green value is 172 (67.58% from 255 or 36.75% from 468); Blue value is 248 (97.27% from 255 or 52.99% from 468); Max value from RGB is 248 - color contains mainly: blue. Hex color #30ACF8 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #30ACF8 is #CF5307. Grayscale: #8F8F8F. Windows color (decimal): -13587208 or 16297008. OLE color: 16297008.
HSL color Cylindrical-coordinate representation of color #30ACF8: hue angle of 202.8º degrees, saturation: 0.93, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #30ACF8 is Cyan = 0.81, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 48 | 172 | 248 | - |
| CMYK | 0.81 | 0.31 | 0 | 0.03 |
| HSL | 202.8º | 0.93% | 0.58% | - |
| HSV(B) | 202.8º | 0.81% | 0.97% | - |
| XYZ | 32.91 | 36.91 | 94.2 | - |
| YUV | 143.59 | 186.92 | 59.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 172 | 248 | 0.81 | 0.31 | 0 | 0.03 | 202.8 | 0.93 | 0.58 |
| Hex | 30 | AC | F8 | 51 | 1F | 0 | 3 | CB | 5D | 3A |
| Octal | 60 | 254 | 370 | 121 | 37 | 0 | 3 | 313 | 135 | 72 |
| Binary | 110000 | 10101100 | 11111000 | 1010001 | 11111 | 0 | 11 | 11001011 | 1011101 | 111010 |
Color Harmonies of #30ACF8
Complementary color
Monochromatic Colors of #30ACF8
Black with #30ACF8
Text Example
Text Example
White with #30ACF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30ACF8; }
p { color: rgb(48,172,248); }
H1.HeaderClassName
{
color: #30ACF8;
}
.AnyTagClassName
{
color: #30ACF8;
}
</style>
background-color css
<style>
a { background-color: #30ACF8; }
a { background-color: rgb(48,172,248); }
div.DivClassName
{
background-color: #30ACF8;
}
.BgClassName
{
background-color: #30ACF8;
}
</style>
border-color css
<style>
span { border-color: #30ACF8; }
span { border-color: rgb(48,172,248); }
td.TdClassName
{
border-color: #30ACF8;
}
.TagClassName
{
border-color: #30ACF8;
}
</style>