Shades of Summer Sky #30CFFC
Tints of Summer Sky #30CFFC
RGB
CMYK
RGB Variations
Color information
#30CFFC (or 0x30CFFC) is known color: Summer Sky. HEX triplet: 30, CF and FC. RGB value is (48,207,252). Sum of RGB (Red+Green+Blue) = 48+207+252=507 (67% of max value = 765). Red value is 48 (19.14% from 255 or 9.47% from 507); Green value is 207 (81.25% from 255 or 40.83% from 507); Blue value is 252 (98.83% from 255 or 49.70% from 507); Max value from RGB is 252 - color contains mainly: blue. Hex color #30CFFC is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #30CFFC is #CF3003. Grayscale: #A4A4A4. Windows color (decimal): -13578244 or 16568112. OLE color: 16568112.
HSL color Cylindrical-coordinate representation of color #30CFFC: hue angle of 193.24º 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 #30CFFC is Cyan = 0.81, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 48 | 207 | 252 | - |
| CMYK | 0.81 | 0.18 | 0 | 0.01 |
| HSL | 193.24º | 0.97% | 0.59% | - |
| HSV(B) | 193.24º | 0.81% | 0.99% | - |
| XYZ | 41.1 | 52.28 | 100.02 | - |
| YUV | 164.59 | 177.32 | 44.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 207 | 252 | 0.81 | 0.18 | 0 | 0.01 | 193.24 | 0.97 | 0.59 |
| Hex | 30 | CF | FC | 51 | 12 | 0 | 1 | C1 | 61 | 3B |
| Octal | 60 | 317 | 374 | 121 | 22 | 0 | 1 | 301 | 141 | 73 |
| Binary | 110000 | 11001111 | 11111100 | 1010001 | 10010 | 0 | 1 | 11000001 | 1100001 | 111011 |
Color Harmonies of #30CFFC
Complementary color
Monochromatic Colors of #30CFFC
Black with #30CFFC
Text Example
Text Example
White with #30CFFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30CFFC; }
p { color: rgb(48,207,252); }
H1.HeaderClassName
{
color: #30CFFC;
}
.AnyTagClassName
{
color: #30CFFC;
}
</style>
background-color css
<style>
a { background-color: #30CFFC; }
a { background-color: rgb(48,207,252); }
div.DivClassName
{
background-color: #30CFFC;
}
.BgClassName
{
background-color: #30CFFC;
}
</style>
border-color css
<style>
span { border-color: #30CFFC; }
span { border-color: rgb(48,207,252); }
td.TdClassName
{
border-color: #30CFFC;
}
.TagClassName
{
border-color: #30CFFC;
}
</style>