Shades of Summer Sky #30C6FF
Tints of Summer Sky #30C6FF
RGB
CMYK
RGB Variations
Color information
#30C6FF (or 0x30C6FF) is known color: Summer Sky. HEX triplet: 30, C6 and FF. RGB value is (48,198,255). Sum of RGB (Red+Green+Blue) = 48+198+255=501 (66% of max value = 765). Red value is 48 (19.14% from 255 or 9.58% from 501); Green value is 198 (77.73% from 255 or 39.52% from 501); Blue value is 255 (100% from 255 or 50.90% from 501); Max value from RGB is 255 - color contains mainly: blue. Hex color #30C6FF is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #30C6FF is #CF3900. Grayscale: #9F9F9F. Windows color (decimal): -13580545 or 16762416. OLE color: 16762416.
HSL color Cylindrical-coordinate representation of color #30C6FF: hue angle of 196.52º degrees, saturation: 1, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #30C6FF is Cyan = 0.81, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 48 | 198 | 255 | - |
| CMYK | 0.81 | 0.22 | 0 | 0 |
| HSL | 196.52º | 1% | 0.59% | - |
| HSV(B) | 196.52º | 0.81% | 1% | - |
| XYZ | 39.46 | 48.24 | 101.84 | - |
| YUV | 159.65 | 181.81 | 48.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 198 | 255 | 0.81 | 0.22 | 0 | 0 | 196.52 | 1 | 0.59 |
| Hex | 30 | C6 | FF | 51 | 16 | 0 | 0 | C5 | 64 | 3B |
| Octal | 60 | 306 | 377 | 121 | 26 | 0 | 0 | 305 | 144 | 73 |
| Binary | 110000 | 11000110 | 11111111 | 1010001 | 10110 | 0 | 0 | 11000101 | 1100100 | 111011 |
Color Harmonies of #30C6FF
Complementary color
Monochromatic Colors of #30C6FF
Black with #30C6FF
Text Example
Text Example
White with #30C6FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30C6FF; }
p { color: rgb(48,198,255); }
H1.HeaderClassName
{
color: #30C6FF;
}
.AnyTagClassName
{
color: #30C6FF;
}
</style>
background-color css
<style>
a { background-color: #30C6FF; }
a { background-color: rgb(48,198,255); }
div.DivClassName
{
background-color: #30C6FF;
}
.BgClassName
{
background-color: #30C6FF;
}
</style>
border-color css
<style>
span { border-color: #30C6FF; }
span { border-color: rgb(48,198,255); }
td.TdClassName
{
border-color: #30C6FF;
}
.TagClassName
{
border-color: #30C6FF;
}
</style>