Shades of Summer Sky #30CEE7
Tints of Summer Sky #30CEE7
RGB
CMYK
RGB Variations
Color information
#30CEE7 (or 0x30CEE7) is known color: Summer Sky. HEX triplet: 30, CE and E7. RGB value is (48,206,231). Sum of RGB (Red+Green+Blue) = 48+206+231=485 (64% of max value = 765). Red value is 48 (19.14% from 255 or 9.90% from 485); Green value is 206 (80.86% from 255 or 42.47% from 485); Blue value is 231 (90.62% from 255 or 47.63% from 485); Max value from RGB is 231 - color contains mainly: blue. Hex color #30CEE7 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #30CEE7 is #CF3118. Grayscale: #A1A1A1. Windows color (decimal): -13578521 or 15191600. OLE color: 15191600.
HSL color Cylindrical-coordinate representation of color #30CEE7: hue angle of 188.2º degrees, saturation: 0.79, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #30CEE7 is Cyan = 0.79, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 48 | 206 | 231 | - |
| CMYK | 0.79 | 0.11 | 0 | 0.09 |
| HSL | 188.2º | 0.79% | 0.55% | - |
| HSV(B) | 188.2º | 0.79% | 0.91% | - |
| XYZ | 37.71 | 50.54 | 83.37 | - |
| YUV | 161.61 | 167.15 | 46.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 206 | 231 | 0.79 | 0.11 | 0 | 0.09 | 188.2 | 0.79 | 0.55 |
| Hex | 30 | CE | E7 | 4F | B | 0 | 9 | BC | 4F | 37 |
| Octal | 60 | 316 | 347 | 117 | 13 | 0 | 11 | 274 | 117 | 67 |
| Binary | 110000 | 11001110 | 11100111 | 1001111 | 1011 | 0 | 1001 | 10111100 | 1001111 | 110111 |
Color Harmonies of #30CEE7
Complementary color
Monochromatic Colors of #30CEE7
Black with #30CEE7
Text Example
Text Example
White with #30CEE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30CEE7; }
p { color: rgb(48,206,231); }
H1.HeaderClassName
{
color: #30CEE7;
}
.AnyTagClassName
{
color: #30CEE7;
}
</style>
background-color css
<style>
a { background-color: #30CEE7; }
a { background-color: rgb(48,206,231); }
div.DivClassName
{
background-color: #30CEE7;
}
.BgClassName
{
background-color: #30CEE7;
}
</style>
border-color css
<style>
span { border-color: #30CEE7; }
span { border-color: rgb(48,206,231); }
td.TdClassName
{
border-color: #30CEE7;
}
.TagClassName
{
border-color: #30CEE7;
}
</style>