Shades of Summer Sky #30C8FF
Tints of Summer Sky #30C8FF
RGB
CMYK
RGB Variations
Color information
#30C8FF (or 0x30C8FF) is known color: Summer Sky. HEX triplet: 30, C8 and FF. RGB value is (48,200,255). Sum of RGB (Red+Green+Blue) = 48+200+255=503 (66% of max value = 765). Red value is 48 (19.14% from 255 or 9.54% from 503); Green value is 200 (78.52% from 255 or 39.76% from 503); Blue value is 255 (100% from 255 or 50.70% from 503); Max value from RGB is 255 - color contains mainly: blue. Hex color #30C8FF is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #30C8FF is #CF3700. Grayscale: #A0A0A0. Windows color (decimal): -13580033 or 16762928. OLE color: 16762928.
HSL color Cylindrical-coordinate representation of color #30C8FF: hue angle of 195.94º 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 #30C8FF is Cyan = 0.81, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 48 | 200 | 255 | - |
| CMYK | 0.81 | 0.22 | 0 | 0 |
| HSL | 195.94º | 1% | 0.59% | - |
| HSV(B) | 195.94º | 0.81% | 1% | - |
| XYZ | 39.92 | 49.16 | 101.99 | - |
| YUV | 160.82 | 181.14 | 47.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 200 | 255 | 0.81 | 0.22 | 0 | 0 | 195.94 | 1 | 0.59 |
| Hex | 30 | C8 | FF | 51 | 16 | 0 | 0 | C4 | 64 | 3B |
| Octal | 60 | 310 | 377 | 121 | 26 | 0 | 0 | 304 | 144 | 73 |
| Binary | 110000 | 11001000 | 11111111 | 1010001 | 10110 | 0 | 0 | 11000100 | 1100100 | 111011 |
Color Harmonies of #30C8FF
Complementary color
Monochromatic Colors of #30C8FF
Black with #30C8FF
Text Example
Text Example
White with #30C8FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30C8FF; }
p { color: rgb(48,200,255); }
H1.HeaderClassName
{
color: #30C8FF;
}
.AnyTagClassName
{
color: #30C8FF;
}
</style>
background-color css
<style>
a { background-color: #30C8FF; }
a { background-color: rgb(48,200,255); }
div.DivClassName
{
background-color: #30C8FF;
}
.BgClassName
{
background-color: #30C8FF;
}
</style>
border-color css
<style>
span { border-color: #30C8FF; }
span { border-color: rgb(48,200,255); }
td.TdClassName
{
border-color: #30C8FF;
}
.TagClassName
{
border-color: #30C8FF;
}
</style>