Shades of Summer Sky #30AAFA
Tints of Summer Sky #30AAFA
RGB
CMYK
RGB Variations
Color information
#30AAFA (or 0x30AAFA) is known color: Summer Sky. HEX triplet: 30, AA and FA. RGB value is (48,170,250). Sum of RGB (Red+Green+Blue) = 48+170+250=468 (61% of max value = 765). Red value is 48 (19.14% from 255 or 10.26% from 468); Green value is 170 (66.80% from 255 or 36.32% from 468); Blue value is 250 (98.05% from 255 or 53.42% from 468); Max value from RGB is 250 - color contains mainly: blue. Hex color #30AAFA is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #30AAFA is #CF5505. Grayscale: #8E8E8E. Windows color (decimal): -13587718 or 16427568. OLE color: 16427568.
HSL color Cylindrical-coordinate representation of color #30AAFA: hue angle of 203.76º degrees, saturation: 0.95, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #30AAFA is Cyan = 0.81, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 48 | 170 | 250 | - |
| CMYK | 0.81 | 0.32 | 0 | 0.02 |
| HSL | 203.76º | 0.95% | 0.58% | - |
| HSV(B) | 203.76º | 0.81% | 0.98% | - |
| XYZ | 32.85 | 36.28 | 95.71 | - |
| YUV | 142.64 | 188.58 | 60.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 170 | 250 | 0.81 | 0.32 | 0 | 0.02 | 203.76 | 0.95 | 0.58 |
| Hex | 30 | AA | FA | 51 | 20 | 0 | 2 | CC | 5F | 3A |
| Octal | 60 | 252 | 372 | 121 | 40 | 0 | 2 | 314 | 137 | 72 |
| Binary | 110000 | 10101010 | 11111010 | 1010001 | 100000 | 0 | 10 | 11001100 | 1011111 | 111010 |
Color Harmonies of #30AAFA
Complementary color
Monochromatic Colors of #30AAFA
Black with #30AAFA
Text Example
Text Example
White with #30AAFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30AAFA; }
p { color: rgb(48,170,250); }
H1.HeaderClassName
{
color: #30AAFA;
}
.AnyTagClassName
{
color: #30AAFA;
}
</style>
background-color css
<style>
a { background-color: #30AAFA; }
a { background-color: rgb(48,170,250); }
div.DivClassName
{
background-color: #30AAFA;
}
.BgClassName
{
background-color: #30AAFA;
}
</style>
border-color css
<style>
span { border-color: #30AAFA; }
span { border-color: rgb(48,170,250); }
td.TdClassName
{
border-color: #30AAFA;
}
.TagClassName
{
border-color: #30AAFA;
}
</style>