Shades of Summer Sky #3BCCFF
Tints of Summer Sky #3BCCFF
RGB
CMYK
RGB Variations
Color information
#3BCCFF (or 0x3BCCFF) is known color: Summer Sky. HEX triplet: 3B, CC and FF. RGB value is (59,204,255). Sum of RGB (Red+Green+Blue) = 59+204+255=518 (68% of max value = 765). Red value is 59 (23.44% from 255 or 11.39% from 518); Green value is 204 (80.08% from 255 or 39.38% from 518); Blue value is 255 (100% from 255 or 49.23% from 518); Max value from RGB is 255 - color contains mainly: blue. Hex color #3BCCFF is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #3BCCFF is #C43300. Grayscale: #A6A6A6. Windows color (decimal): -12858113 or 16763963. OLE color: 16763963.
HSL color Cylindrical-coordinate representation of color #3BCCFF: hue angle of 195.61º degrees, saturation: 1, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #3BCCFF is Cyan = 0.77, Magento = 0.2, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 59 | 204 | 255 | - |
| CMYK | 0.77 | 0.2 | 0 | 0 |
| HSL | 195.61º | 1% | 0.62% | - |
| HSV(B) | 195.61º | 0.77% | 1% | - |
| XYZ | 41.45 | 51.34 | 102.33 | - |
| YUV | 166.46 | 177.96 | 51.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 204 | 255 | 0.77 | 0.2 | 0 | 0 | 195.61 | 1 | 0.62 |
| Hex | 3B | CC | FF | 4D | 14 | 0 | 0 | C4 | 64 | 3E |
| Octal | 73 | 314 | 377 | 115 | 24 | 0 | 0 | 304 | 144 | 76 |
| Binary | 111011 | 11001100 | 11111111 | 1001101 | 10100 | 0 | 0 | 11000100 | 1100100 | 111110 |
Color Harmonies of #3BCCFF
Complementary color
Monochromatic Colors of #3BCCFF
Black with #3BCCFF
Text Example
Text Example
White with #3BCCFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BCCFF; }
p { color: rgb(59,204,255); }
H1.HeaderClassName
{
color: #3BCCFF;
}
.AnyTagClassName
{
color: #3BCCFF;
}
</style>
background-color css
<style>
a { background-color: #3BCCFF; }
a { background-color: rgb(59,204,255); }
div.DivClassName
{
background-color: #3BCCFF;
}
.BgClassName
{
background-color: #3BCCFF;
}
</style>
border-color css
<style>
span { border-color: #3BCCFF; }
span { border-color: rgb(59,204,255); }
td.TdClassName
{
border-color: #3BCCFF;
}
.TagClassName
{
border-color: #3BCCFF;
}
</style>