Shades of Summer Sky #30C0FF
Tints of Summer Sky #30C0FF
RGB
CMYK
RGB Variations
Color information
#30C0FF (or 0x30C0FF) is known color: Summer Sky. HEX triplet: 30, C0 and FF. RGB value is (48,192,255). Sum of RGB (Red+Green+Blue) = 48+192+255=495 (65% of max value = 765). Red value is 48 (19.14% from 255 or 9.70% from 495); Green value is 192 (75.39% from 255 or 38.79% from 495); Blue value is 255 (100% from 255 or 51.52% from 495); Max value from RGB is 255 - color contains mainly: blue. Hex color #30C0FF is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #30C0FF is #CF3F00. Grayscale: #9B9B9B. Windows color (decimal): -13582081 or 16760880. OLE color: 16760880.
HSL color Cylindrical-coordinate representation of color #30C0FF: hue angle of 198.26º 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 #30C0FF is Cyan = 0.81, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 48 | 192 | 255 | - |
| CMYK | 0.81 | 0.25 | 0 | 0 |
| HSL | 198.26º | 1% | 0.59% | - |
| HSV(B) | 198.26º | 0.81% | 1% | - |
| XYZ | 38.12 | 45.55 | 101.39 | - |
| YUV | 156.13 | 183.79 | 50.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 192 | 255 | 0.81 | 0.25 | 0 | 0 | 198.26 | 1 | 0.59 |
| Hex | 30 | C0 | FF | 51 | 19 | 0 | 0 | C6 | 64 | 3B |
| Octal | 60 | 300 | 377 | 121 | 31 | 0 | 0 | 306 | 144 | 73 |
| Binary | 110000 | 11000000 | 11111111 | 1010001 | 11001 | 0 | 0 | 11000110 | 1100100 | 111011 |
Color Harmonies of #30C0FF
Complementary color
Monochromatic Colors of #30C0FF
Black with #30C0FF
Text Example
Text Example
White with #30C0FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30C0FF; }
p { color: rgb(48,192,255); }
H1.HeaderClassName
{
color: #30C0FF;
}
.AnyTagClassName
{
color: #30C0FF;
}
</style>
background-color css
<style>
a { background-color: #30C0FF; }
a { background-color: rgb(48,192,255); }
div.DivClassName
{
background-color: #30C0FF;
}
.BgClassName
{
background-color: #30C0FF;
}
</style>
border-color css
<style>
span { border-color: #30C0FF; }
span { border-color: rgb(48,192,255); }
td.TdClassName
{
border-color: #30C0FF;
}
.TagClassName
{
border-color: #30C0FF;
}
</style>