Shades of Summer Sky #3BCCF1
Tints of Summer Sky #3BCCF1
RGB
CMYK
RGB Variations
Color information
#3BCCF1 (or 0x3BCCF1) is known color: Summer Sky. HEX triplet: 3B, CC and F1. RGB value is (59,204,241). Sum of RGB (Red+Green+Blue) = 59+204+241=504 (66% of max value = 765). Red value is 59 (23.44% from 255 or 11.71% from 504); Green value is 204 (80.08% from 255 or 40.48% from 504); Blue value is 241 (94.53% from 255 or 47.82% from 504); Max value from RGB is 241 - color contains mainly: blue. Hex color #3BCCF1 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #3BCCF1 is #C4330E. Grayscale: #A4A4A4. Windows color (decimal): -12858127 or 15846459. OLE color: 15846459.
HSL color Cylindrical-coordinate representation of color #3BCCF1: hue angle of 192.2º degrees, saturation: 0.87, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3BCCF1 is Cyan = 0.76, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 59 | 204 | 241 | - |
| CMYK | 0.76 | 0.15 | 0 | 0.05 |
| HSL | 192.2º | 0.87% | 0.59% | - |
| HSV(B) | 192.2º | 0.76% | 0.95% | - |
| XYZ | 39.27 | 50.47 | 90.89 | - |
| YUV | 164.86 | 170.96 | 52.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 204 | 241 | 0.76 | 0.15 | 0 | 0.05 | 192.2 | 0.87 | 0.59 |
| Hex | 3B | CC | F1 | 4C | F | 0 | 5 | C0 | 57 | 3B |
| Octal | 73 | 314 | 361 | 114 | 17 | 0 | 5 | 300 | 127 | 73 |
| Binary | 111011 | 11001100 | 11110001 | 1001100 | 1111 | 0 | 101 | 11000000 | 1010111 | 111011 |
Color Harmonies of #3BCCF1
Complementary color
Monochromatic Colors of #3BCCF1
Black with #3BCCF1
Text Example
Text Example
White with #3BCCF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BCCF1; }
p { color: rgb(59,204,241); }
H1.HeaderClassName
{
color: #3BCCF1;
}
.AnyTagClassName
{
color: #3BCCF1;
}
</style>
background-color css
<style>
a { background-color: #3BCCF1; }
a { background-color: rgb(59,204,241); }
div.DivClassName
{
background-color: #3BCCF1;
}
.BgClassName
{
background-color: #3BCCF1;
}
</style>
border-color css
<style>
span { border-color: #3BCCF1; }
span { border-color: rgb(59,204,241); }
td.TdClassName
{
border-color: #3BCCF1;
}
.TagClassName
{
border-color: #3BCCF1;
}
</style>