Shades of Summer Sky #3CCBEE
Tints of Summer Sky #3CCBEE
RGB
CMYK
RGB Variations
Color information
#3CCBEE (or 0x3CCBEE) is known color: Summer Sky. HEX triplet: 3C, CB and EE. RGB value is (60,203,238). Sum of RGB (Red+Green+Blue) = 60+203+238=501 (66% of max value = 765). Red value is 60 (23.83% from 255 or 11.98% from 501); Green value is 203 (79.69% from 255 or 40.52% from 501); Blue value is 238 (93.36% from 255 or 47.50% from 501); Max value from RGB is 238 - color contains mainly: blue. Hex color #3CCBEE is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #3CCBEE is #C33411. Grayscale: #A3A3A3. Windows color (decimal): -12792850 or 15649596. OLE color: 15649596.
HSL color Cylindrical-coordinate representation of color #3CCBEE: hue angle of 191.8º degrees, saturation: 0.84, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3CCBEE is Cyan = 0.75, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 60 | 203 | 238 | - |
| CMYK | 0.75 | 0.15 | 0 | 0.07 |
| HSL | 191.8º | 0.84% | 0.58% | - |
| HSV(B) | 191.8º | 0.75% | 0.93% | - |
| XYZ | 38.65 | 49.85 | 88.47 | - |
| YUV | 164.23 | 169.62 | 53.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 203 | 238 | 0.75 | 0.15 | 0 | 0.07 | 191.8 | 0.84 | 0.58 |
| Hex | 3C | CB | EE | 4B | F | 0 | 7 | C0 | 54 | 3A |
| Octal | 74 | 313 | 356 | 113 | 17 | 0 | 7 | 300 | 124 | 72 |
| Binary | 111100 | 11001011 | 11101110 | 1001011 | 1111 | 0 | 111 | 11000000 | 1010100 | 111010 |
Color Harmonies of #3CCBEE
Complementary color
Monochromatic Colors of #3CCBEE
Black with #3CCBEE
Text Example
Text Example
White with #3CCBEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CCBEE; }
p { color: rgb(60,203,238); }
H1.HeaderClassName
{
color: #3CCBEE;
}
.AnyTagClassName
{
color: #3CCBEE;
}
</style>
background-color css
<style>
a { background-color: #3CCBEE; }
a { background-color: rgb(60,203,238); }
div.DivClassName
{
background-color: #3CCBEE;
}
.BgClassName
{
background-color: #3CCBEE;
}
</style>
border-color css
<style>
span { border-color: #3CCBEE; }
span { border-color: rgb(60,203,238); }
td.TdClassName
{
border-color: #3CCBEE;
}
.TagClassName
{
border-color: #3CCBEE;
}
</style>