Shades of Summer Sky #30C9FC
Tints of Summer Sky #30C9FC
RGB
CMYK
RGB Variations
Color information
#30C9FC (or 0x30C9FC) is known color: Summer Sky. HEX triplet: 30, C9 and FC. RGB value is (48,201,252). Sum of RGB (Red+Green+Blue) = 48+201+252=501 (66% of max value = 765). Red value is 48 (19.14% from 255 or 9.58% from 501); Green value is 201 (78.91% from 255 or 40.12% from 501); Blue value is 252 (98.83% from 255 or 50.30% from 501); Max value from RGB is 252 - color contains mainly: blue. Hex color #30C9FC is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #30C9FC is #CF3603. Grayscale: #A0A0A0. Windows color (decimal): -13579780 or 16566576. OLE color: 16566576.
HSL color Cylindrical-coordinate representation of color #30C9FC: hue angle of 195º degrees, saturation: 0.97, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #30C9FC is Cyan = 0.81, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 48 | 201 | 252 | - |
| CMYK | 0.81 | 0.20 | 0 | 0.01 |
| HSL | 195º | 0.97% | 0.59% | - |
| HSV(B) | 195º | 0.81% | 0.99% | - |
| XYZ | 39.68 | 49.43 | 99.55 | - |
| YUV | 161.07 | 179.31 | 47.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 201 | 252 | 0.81 | 0.20 | 0 | 0.01 | 195 | 0.97 | 0.59 |
| Hex | 30 | C9 | FC | 51 | 14 | 0 | 1 | C3 | 61 | 3B |
| Octal | 60 | 311 | 374 | 121 | 24 | 0 | 1 | 303 | 141 | 73 |
| Binary | 110000 | 11001001 | 11111100 | 1010001 | 10100 | 0 | 1 | 11000011 | 1100001 | 111011 |
Color Harmonies of #30C9FC
Complementary color
Monochromatic Colors of #30C9FC
Black with #30C9FC
Text Example
Text Example
White with #30C9FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30C9FC; }
p { color: rgb(48,201,252); }
H1.HeaderClassName
{
color: #30C9FC;
}
.AnyTagClassName
{
color: #30C9FC;
}
</style>
background-color css
<style>
a { background-color: #30C9FC; }
a { background-color: rgb(48,201,252); }
div.DivClassName
{
background-color: #30C9FC;
}
.BgClassName
{
background-color: #30C9FC;
}
</style>
border-color css
<style>
span { border-color: #30C9FC; }
span { border-color: rgb(48,201,252); }
td.TdClassName
{
border-color: #30C9FC;
}
.TagClassName
{
border-color: #30C9FC;
}
</style>