Shades of Summer Sky #30CCFD
Tints of Summer Sky #30CCFD
RGB
CMYK
RGB Variations
Color information
#30CCFD (or 0x30CCFD) is known color: Summer Sky. HEX triplet: 30, CC and FD. RGB value is (48,204,253). Sum of RGB (Red+Green+Blue) = 48+204+253=505 (66% of max value = 765). Red value is 48 (19.14% from 255 or 9.50% from 505); Green value is 204 (80.08% from 255 or 40.40% from 505); Blue value is 253 (99.22% from 255 or 50.10% from 505); Max value from RGB is 253 - color contains mainly: blue. Hex color #30CCFD is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #30CCFD is #CF3302. Grayscale: #A2A2A2. Windows color (decimal): -13579011 or 16632880. OLE color: 16632880.
HSL color Cylindrical-coordinate representation of color #30CCFD: hue angle of 194.34º degrees, saturation: 0.98, 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 #30CCFD is Cyan = 0.81, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 48 | 204 | 253 | - |
| CMYK | 0.81 | 0.19 | 0 | 0.01 |
| HSL | 194.34º | 0.98% | 0.59% | - |
| HSV(B) | 194.34º | 0.81% | 0.99% | - |
| XYZ | 40.54 | 50.91 | 100.62 | - |
| YUV | 162.94 | 178.82 | 46.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 204 | 253 | 0.81 | 0.19 | 0 | 0.01 | 194.34 | 0.98 | 0.59 |
| Hex | 30 | CC | FD | 51 | 13 | 0 | 1 | C2 | 62 | 3B |
| Octal | 60 | 314 | 375 | 121 | 23 | 0 | 1 | 302 | 142 | 73 |
| Binary | 110000 | 11001100 | 11111101 | 1010001 | 10011 | 0 | 1 | 11000010 | 1100010 | 111011 |
Color Harmonies of #30CCFD
Complementary color
Monochromatic Colors of #30CCFD
Black with #30CCFD
Text Example
Text Example
White with #30CCFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30CCFD; }
p { color: rgb(48,204,253); }
H1.HeaderClassName
{
color: #30CCFD;
}
.AnyTagClassName
{
color: #30CCFD;
}
</style>
background-color css
<style>
a { background-color: #30CCFD; }
a { background-color: rgb(48,204,253); }
div.DivClassName
{
background-color: #30CCFD;
}
.BgClassName
{
background-color: #30CCFD;
}
</style>
border-color css
<style>
span { border-color: #30CCFD; }
span { border-color: rgb(48,204,253); }
td.TdClassName
{
border-color: #30CCFD;
}
.TagClassName
{
border-color: #30CCFD;
}
</style>