Shades of Summer Sky #30C9FF
Tints of Summer Sky #30C9FF
RGB
CMYK
RGB Variations
Color information
#30C9FF (or 0x30C9FF) is known color: Summer Sky. HEX triplet: 30, C9 and FF. RGB value is (48,201,255). Sum of RGB (Red+Green+Blue) = 48+201+255=504 (66% of max value = 765). Red value is 48 (19.14% from 255 or 9.52% from 504); Green value is 201 (78.91% from 255 or 39.88% from 504); Blue value is 255 (100% from 255 or 50.60% from 504); Max value from RGB is 255 - color contains mainly: blue. Hex color #30C9FF is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #30C9FF is #CF3600. Grayscale: #A1A1A1. Windows color (decimal): -13579777 or 16763184. OLE color: 16763184.
HSL color Cylindrical-coordinate representation of color #30C9FF: hue angle of 195.65º 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 #30C9FF is Cyan = 0.81, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 48 | 201 | 255 | - |
| CMYK | 0.81 | 0.21 | 0 | 0 |
| HSL | 195.65º | 1% | 0.59% | - |
| HSV(B) | 195.65º | 0.81% | 1% | - |
| XYZ | 40.16 | 49.62 | 102.07 | - |
| YUV | 161.41 | 180.81 | 47.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 201 | 255 | 0.81 | 0.21 | 0 | 0 | 195.65 | 1 | 0.59 |
| Hex | 30 | C9 | FF | 51 | 15 | 0 | 0 | C4 | 64 | 3B |
| Octal | 60 | 311 | 377 | 121 | 25 | 0 | 0 | 304 | 144 | 73 |
| Binary | 110000 | 11001001 | 11111111 | 1010001 | 10101 | 0 | 0 | 11000100 | 1100100 | 111011 |
Color Harmonies of #30C9FF
Complementary color
Monochromatic Colors of #30C9FF
Black with #30C9FF
Text Example
Text Example
White with #30C9FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30C9FF; }
p { color: rgb(48,201,255); }
H1.HeaderClassName
{
color: #30C9FF;
}
.AnyTagClassName
{
color: #30C9FF;
}
</style>
background-color css
<style>
a { background-color: #30C9FF; }
a { background-color: rgb(48,201,255); }
div.DivClassName
{
background-color: #30C9FF;
}
.BgClassName
{
background-color: #30C9FF;
}
</style>
border-color css
<style>
span { border-color: #30C9FF; }
span { border-color: rgb(48,201,255); }
td.TdClassName
{
border-color: #30C9FF;
}
.TagClassName
{
border-color: #30C9FF;
}
</style>