Shades of Summer Sky #30CFEF
Tints of Summer Sky #30CFEF
RGB
CMYK
RGB Variations
Color information
#30CFEF (or 0x30CFEF) is known color: Summer Sky. HEX triplet: 30, CF and EF. RGB value is (48,207,239). Sum of RGB (Red+Green+Blue) = 48+207+239=494 (65% of max value = 765). Red value is 48 (19.14% from 255 or 9.72% from 494); Green value is 207 (81.25% from 255 or 41.90% from 494); Blue value is 239 (93.75% from 255 or 48.38% from 494); Max value from RGB is 239 - color contains mainly: blue. Hex color #30CFEF is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #30CFEF is #CF3010. Grayscale: #A2A2A2. Windows color (decimal): -13578257 or 15716144. OLE color: 15716144.
HSL color Cylindrical-coordinate representation of color #30CFEF: hue angle of 190.05º degrees, saturation: 0.86, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #30CFEF is Cyan = 0.80, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 48 | 207 | 239 | - |
| CMYK | 0.80 | 0.13 | 0 | 0.06 |
| HSL | 190.05º | 0.86% | 0.56% | - |
| HSV(B) | 190.05º | 0.8% | 0.94% | - |
| XYZ | 39.11 | 51.49 | 89.54 | - |
| YUV | 163.11 | 170.82 | 45.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 207 | 239 | 0.80 | 0.13 | 0 | 0.06 | 190.05 | 0.86 | 0.56 |
| Hex | 30 | CF | EF | 50 | D | 0 | 6 | BE | 56 | 38 |
| Octal | 60 | 317 | 357 | 120 | 15 | 0 | 6 | 276 | 126 | 70 |
| Binary | 110000 | 11001111 | 11101111 | 1010000 | 1101 | 0 | 110 | 10111110 | 1010110 | 111000 |
Color Harmonies of #30CFEF
Complementary color
Monochromatic Colors of #30CFEF
Black with #30CFEF
Text Example
Text Example
White with #30CFEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30CFEF; }
p { color: rgb(48,207,239); }
H1.HeaderClassName
{
color: #30CFEF;
}
.AnyTagClassName
{
color: #30CFEF;
}
</style>
background-color css
<style>
a { background-color: #30CFEF; }
a { background-color: rgb(48,207,239); }
div.DivClassName
{
background-color: #30CFEF;
}
.BgClassName
{
background-color: #30CFEF;
}
</style>
border-color css
<style>
span { border-color: #30CFEF; }
span { border-color: rgb(48,207,239); }
td.TdClassName
{
border-color: #30CFEF;
}
.TagClassName
{
border-color: #30CFEF;
}
</style>