Shades of Summer Sky #30C9FA
Tints of Summer Sky #30C9FA
RGB
CMYK
RGB Variations
Color information
#30C9FA (or 0x30C9FA) is known color: Summer Sky. HEX triplet: 30, C9 and FA. RGB value is (48,201,250). Sum of RGB (Red+Green+Blue) = 48+201+250=499 (66% of max value = 765). Red value is 48 (19.14% from 255 or 9.62% from 499); Green value is 201 (78.91% from 255 or 40.28% from 499); Blue value is 250 (98.05% from 255 or 50.10% from 499); Max value from RGB is 250 - color contains mainly: blue. Hex color #30C9FA is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #30C9FA is #CF3605. Grayscale: #A0A0A0. Windows color (decimal): -13579782 or 16435504. OLE color: 16435504.
HSL color Cylindrical-coordinate representation of color #30C9FA: hue angle of 194.55º 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 #30C9FA is Cyan = 0.81, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 48 | 201 | 250 | - |
| CMYK | 0.81 | 0.20 | 0 | 0.02 |
| HSL | 194.55º | 0.95% | 0.58% | - |
| HSV(B) | 194.55º | 0.81% | 0.98% | - |
| XYZ | 39.36 | 49.3 | 97.88 | - |
| YUV | 160.84 | 178.31 | 47.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 201 | 250 | 0.81 | 0.20 | 0 | 0.02 | 194.55 | 0.95 | 0.58 |
| Hex | 30 | C9 | FA | 51 | 14 | 0 | 2 | C3 | 5F | 3A |
| Octal | 60 | 311 | 372 | 121 | 24 | 0 | 2 | 303 | 137 | 72 |
| Binary | 110000 | 11001001 | 11111010 | 1010001 | 10100 | 0 | 10 | 11000011 | 1011111 | 111010 |
Color Harmonies of #30C9FA
Complementary color
Monochromatic Colors of #30C9FA
Black with #30C9FA
Text Example
Text Example
White with #30C9FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30C9FA; }
p { color: rgb(48,201,250); }
H1.HeaderClassName
{
color: #30C9FA;
}
.AnyTagClassName
{
color: #30C9FA;
}
</style>
background-color css
<style>
a { background-color: #30C9FA; }
a { background-color: rgb(48,201,250); }
div.DivClassName
{
background-color: #30C9FA;
}
.BgClassName
{
background-color: #30C9FA;
}
</style>
border-color css
<style>
span { border-color: #30C9FA; }
span { border-color: rgb(48,201,250); }
td.TdClassName
{
border-color: #30C9FA;
}
.TagClassName
{
border-color: #30C9FA;
}
</style>