Shades of Summer Sky #30CFEC
Tints of Summer Sky #30CFEC
RGB
CMYK
RGB Variations
Color information
#30CFEC (or 0x30CFEC) is known color: Summer Sky. HEX triplet: 30, CF and EC. RGB value is (48,207,236). Sum of RGB (Red+Green+Blue) = 48+207+236=491 (65% of max value = 765). Red value is 48 (19.14% from 255 or 9.78% from 491); Green value is 207 (81.25% from 255 or 42.16% from 491); Blue value is 236 (92.58% from 255 or 48.07% from 491); Max value from RGB is 236 - color contains mainly: blue. Hex color #30CFEC is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #30CFEC is #CF3013. Grayscale: #A2A2A2. Windows color (decimal): -13578260 or 15519536. OLE color: 15519536.
HSL color Cylindrical-coordinate representation of color #30CFEC: hue angle of 189.26º degrees, saturation: 0.83, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #30CFEC is Cyan = 0.80, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 48 | 207 | 236 | - |
| CMYK | 0.80 | 0.12 | 0 | 0.07 |
| HSL | 189.26º | 0.83% | 0.56% | - |
| HSV(B) | 189.26º | 0.8% | 0.93% | - |
| XYZ | 38.67 | 51.31 | 87.22 | - |
| YUV | 162.77 | 169.32 | 46.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 207 | 236 | 0.80 | 0.12 | 0 | 0.07 | 189.26 | 0.83 | 0.56 |
| Hex | 30 | CF | EC | 50 | C | 0 | 7 | BD | 53 | 38 |
| Octal | 60 | 317 | 354 | 120 | 14 | 0 | 7 | 275 | 123 | 70 |
| Binary | 110000 | 11001111 | 11101100 | 1010000 | 1100 | 0 | 111 | 10111101 | 1010011 | 111000 |
Color Harmonies of #30CFEC
Complementary color
Monochromatic Colors of #30CFEC
Black with #30CFEC
Text Example
Text Example
White with #30CFEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30CFEC; }
p { color: rgb(48,207,236); }
H1.HeaderClassName
{
color: #30CFEC;
}
.AnyTagClassName
{
color: #30CFEC;
}
</style>
background-color css
<style>
a { background-color: #30CFEC; }
a { background-color: rgb(48,207,236); }
div.DivClassName
{
background-color: #30CFEC;
}
.BgClassName
{
background-color: #30CFEC;
}
</style>
border-color css
<style>
span { border-color: #30CFEC; }
span { border-color: rgb(48,207,236); }
td.TdClassName
{
border-color: #30CFEC;
}
.TagClassName
{
border-color: #30CFEC;
}
</style>