Shades of Summer Sky #3CCBEA
Tints of Summer Sky #3CCBEA
RGB
CMYK
RGB Variations
Color information
#3CCBEA (or 0x3CCBEA) is known color: Summer Sky. HEX triplet: 3C, CB and EA. RGB value is (60,203,234). Sum of RGB (Red+Green+Blue) = 60+203+234=497 (65% of max value = 765). Red value is 60 (23.83% from 255 or 12.07% from 497); Green value is 203 (79.69% from 255 or 40.85% from 497); Blue value is 234 (91.80% from 255 or 47.08% from 497); Max value from RGB is 234 - color contains mainly: blue. Hex color #3CCBEA is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #3CCBEA is #C33415. Grayscale: #A3A3A3. Windows color (decimal): -12792854 or 15387452. OLE color: 15387452.
HSL color Cylindrical-coordinate representation of color #3CCBEA: hue angle of 190.69º degrees, saturation: 0.81, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3CCBEA is Cyan = 0.74, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 60 | 203 | 234 | - |
| CMYK | 0.74 | 0.13 | 0 | 0.08 |
| HSL | 190.69º | 0.81% | 0.58% | - |
| HSV(B) | 190.69º | 0.74% | 0.92% | - |
| XYZ | 38.07 | 49.61 | 85.41 | - |
| YUV | 163.78 | 167.62 | 53.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 203 | 234 | 0.74 | 0.13 | 0 | 0.08 | 190.69 | 0.81 | 0.58 |
| Hex | 3C | CB | EA | 4A | D | 0 | 8 | BF | 51 | 3A |
| Octal | 74 | 313 | 352 | 112 | 15 | 0 | 10 | 277 | 121 | 72 |
| Binary | 111100 | 11001011 | 11101010 | 1001010 | 1101 | 0 | 1000 | 10111111 | 1010001 | 111010 |
Color Harmonies of #3CCBEA
Complementary color
Monochromatic Colors of #3CCBEA
Black with #3CCBEA
Text Example
Text Example
White with #3CCBEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CCBEA; }
p { color: rgb(60,203,234); }
H1.HeaderClassName
{
color: #3CCBEA;
}
.AnyTagClassName
{
color: #3CCBEA;
}
</style>
background-color css
<style>
a { background-color: #3CCBEA; }
a { background-color: rgb(60,203,234); }
div.DivClassName
{
background-color: #3CCBEA;
}
.BgClassName
{
background-color: #3CCBEA;
}
</style>
border-color css
<style>
span { border-color: #3CCBEA; }
span { border-color: rgb(60,203,234); }
td.TdClassName
{
border-color: #3CCBEA;
}
.TagClassName
{
border-color: #3CCBEA;
}
</style>