Shades of Summer Sky #30C2FA
Tints of Summer Sky #30C2FA
RGB
CMYK
RGB Variations
Color information
#30C2FA (or 0x30C2FA) is known color: Summer Sky. HEX triplet: 30, C2 and FA. RGB value is (48,194,250). Sum of RGB (Red+Green+Blue) = 48+194+250=492 (65% of max value = 765). Red value is 48 (19.14% from 255 or 9.76% from 492); Green value is 194 (76.17% from 255 or 39.43% from 492); Blue value is 250 (98.05% from 255 or 50.81% from 492); Max value from RGB is 250 - color contains mainly: blue. Hex color #30C2FA is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #30C2FA is #CF3D05. Grayscale: #9C9C9C. Windows color (decimal): -13581574 or 16433712. OLE color: 16433712.
HSL color Cylindrical-coordinate representation of color #30C2FA: hue angle of 196.63º 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 #30C2FA is Cyan = 0.81, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 48 | 194 | 250 | - |
| CMYK | 0.81 | 0.22 | 0 | 0.02 |
| HSL | 196.63º | 0.95% | 0.58% | - |
| HSV(B) | 196.63º | 0.81% | 0.98% | - |
| XYZ | 37.77 | 46.11 | 97.35 | - |
| YUV | 156.73 | 180.63 | 50.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 194 | 250 | 0.81 | 0.22 | 0 | 0.02 | 196.63 | 0.95 | 0.58 |
| Hex | 30 | C2 | FA | 51 | 16 | 0 | 2 | C5 | 5F | 3A |
| Octal | 60 | 302 | 372 | 121 | 26 | 0 | 2 | 305 | 137 | 72 |
| Binary | 110000 | 11000010 | 11111010 | 1010001 | 10110 | 0 | 10 | 11000101 | 1011111 | 111010 |
Color Harmonies of #30C2FA
Complementary color
Monochromatic Colors of #30C2FA
Black with #30C2FA
Text Example
Text Example
White with #30C2FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30C2FA; }
p { color: rgb(48,194,250); }
H1.HeaderClassName
{
color: #30C2FA;
}
.AnyTagClassName
{
color: #30C2FA;
}
</style>
background-color css
<style>
a { background-color: #30C2FA; }
a { background-color: rgb(48,194,250); }
div.DivClassName
{
background-color: #30C2FA;
}
.BgClassName
{
background-color: #30C2FA;
}
</style>
border-color css
<style>
span { border-color: #30C2FA; }
span { border-color: rgb(48,194,250); }
td.TdClassName
{
border-color: #30C2FA;
}
.TagClassName
{
border-color: #30C2FA;
}
</style>