Shades of Summer Sky #30CCFC
Tints of Summer Sky #30CCFC
RGB
CMYK
RGB Variations
Color information
#30CCFC (or 0x30CCFC) is known color: Summer Sky. HEX triplet: 30, CC and FC. RGB value is (48,204,252). Sum of RGB (Red+Green+Blue) = 48+204+252=504 (66% of max value = 765). Red value is 48 (19.14% from 255 or 9.52% from 504); Green value is 204 (80.08% from 255 or 40.48% from 504); Blue value is 252 (98.83% from 255 or 50% from 504); Max value from RGB is 252 - color contains mainly: blue. Hex color #30CCFC is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #30CCFC is #CF3303. Grayscale: #A2A2A2. Windows color (decimal): -13579012 or 16567344. OLE color: 16567344.
HSL color Cylindrical-coordinate representation of color #30CCFC: hue angle of 194.12º degrees, saturation: 0.97, 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 #30CCFC is Cyan = 0.81, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 48 | 204 | 252 | - |
| CMYK | 0.81 | 0.19 | 0 | 0.01 |
| HSL | 194.12º | 0.97% | 0.59% | - |
| HSV(B) | 194.12º | 0.81% | 0.99% | - |
| XYZ | 40.38 | 50.84 | 99.78 | - |
| YUV | 162.83 | 178.32 | 46.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 204 | 252 | 0.81 | 0.19 | 0 | 0.01 | 194.12 | 0.97 | 0.59 |
| Hex | 30 | CC | FC | 51 | 13 | 0 | 1 | C2 | 61 | 3B |
| Octal | 60 | 314 | 374 | 121 | 23 | 0 | 1 | 302 | 141 | 73 |
| Binary | 110000 | 11001100 | 11111100 | 1010001 | 10011 | 0 | 1 | 11000010 | 1100001 | 111011 |
Color Harmonies of #30CCFC
Complementary color
Monochromatic Colors of #30CCFC
Black with #30CCFC
Text Example
Text Example
White with #30CCFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30CCFC; }
p { color: rgb(48,204,252); }
H1.HeaderClassName
{
color: #30CCFC;
}
.AnyTagClassName
{
color: #30CCFC;
}
</style>
background-color css
<style>
a { background-color: #30CCFC; }
a { background-color: rgb(48,204,252); }
div.DivClassName
{
background-color: #30CCFC;
}
.BgClassName
{
background-color: #30CCFC;
}
</style>
border-color css
<style>
span { border-color: #30CCFC; }
span { border-color: rgb(48,204,252); }
td.TdClassName
{
border-color: #30CCFC;
}
.TagClassName
{
border-color: #30CCFC;
}
</style>