Shades of Summer Sky #30A8F1
Tints of Summer Sky #30A8F1
RGB
CMYK
RGB Variations
Color information
#30A8F1 (or 0x30A8F1) is known color: Summer Sky. HEX triplet: 30, A8 and F1. RGB value is (48,168,241). Sum of RGB (Red+Green+Blue) = 48+168+241=457 (60% of max value = 765). Red value is 48 (19.14% from 255 or 10.50% from 457); Green value is 168 (66.02% from 255 or 36.76% from 457); Blue value is 241 (94.53% from 255 or 52.74% from 457); Max value from RGB is 241 - color contains mainly: blue. Hex color #30A8F1 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #30A8F1 is #CF570E. Grayscale: #8C8C8C. Windows color (decimal): -13588239 or 15837232. OLE color: 15837232.
HSL color Cylindrical-coordinate representation of color #30A8F1: hue angle of 202.69º degrees, saturation: 0.87, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #30A8F1 is Cyan = 0.80, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 48 | 168 | 241 | - |
| CMYK | 0.80 | 0.30 | 0 | 0.05 |
| HSL | 202.69º | 0.87% | 0.57% | - |
| HSV(B) | 202.69º | 0.8% | 0.95% | - |
| XYZ | 31.1 | 34.98 | 88.33 | - |
| YUV | 140.44 | 184.74 | 62.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 168 | 241 | 0.80 | 0.30 | 0 | 0.05 | 202.69 | 0.87 | 0.57 |
| Hex | 30 | A8 | F1 | 50 | 1E | 0 | 5 | CB | 57 | 39 |
| Octal | 60 | 250 | 361 | 120 | 36 | 0 | 5 | 313 | 127 | 71 |
| Binary | 110000 | 10101000 | 11110001 | 1010000 | 11110 | 0 | 101 | 11001011 | 1010111 | 111001 |
Color Harmonies of #30A8F1
Complementary color
Monochromatic Colors of #30A8F1
Black with #30A8F1
Text Example
Text Example
White with #30A8F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30A8F1; }
p { color: rgb(48,168,241); }
H1.HeaderClassName
{
color: #30A8F1;
}
.AnyTagClassName
{
color: #30A8F1;
}
</style>
background-color css
<style>
a { background-color: #30A8F1; }
a { background-color: rgb(48,168,241); }
div.DivClassName
{
background-color: #30A8F1;
}
.BgClassName
{
background-color: #30A8F1;
}
</style>
border-color css
<style>
span { border-color: #30A8F1; }
span { border-color: rgb(48,168,241); }
td.TdClassName
{
border-color: #30A8F1;
}
.TagClassName
{
border-color: #30A8F1;
}
</style>