Shades of Summer Sky #3BCFFC
Tints of Summer Sky #3BCFFC
RGB
CMYK
RGB Variations
Color information
#3BCFFC (or 0x3BCFFC) is known color: Summer Sky. HEX triplet: 3B, CF and FC. RGB value is (59,207,252). Sum of RGB (Red+Green+Blue) = 59+207+252=518 (68% of max value = 765). Red value is 59 (23.44% from 255 or 11.39% from 518); Green value is 207 (81.25% from 255 or 39.96% from 518); Blue value is 252 (98.83% from 255 or 48.65% from 518); Max value from RGB is 252 - color contains mainly: blue. Hex color #3BCFFC is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #3BCFFC is #C43003. Grayscale: #A7A7A7. Windows color (decimal): -12857348 or 16568123. OLE color: 16568123.
HSL color Cylindrical-coordinate representation of color #3BCFFC: hue angle of 193.99º degrees, saturation: 0.97, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #3BCFFC is Cyan = 0.77, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 59 | 207 | 252 | - |
| CMYK | 0.77 | 0.18 | 0 | 0.01 |
| HSL | 193.99º | 0.97% | 0.61% | - |
| HSV(B) | 193.99º | 0.77% | 0.99% | - |
| XYZ | 41.69 | 52.58 | 100.05 | - |
| YUV | 167.88 | 175.47 | 50.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 207 | 252 | 0.77 | 0.18 | 0 | 0.01 | 193.99 | 0.97 | 0.61 |
| Hex | 3B | CF | FC | 4D | 12 | 0 | 1 | C2 | 61 | 3D |
| Octal | 73 | 317 | 374 | 115 | 22 | 0 | 1 | 302 | 141 | 75 |
| Binary | 111011 | 11001111 | 11111100 | 1001101 | 10010 | 0 | 1 | 11000010 | 1100001 | 111101 |
Color Harmonies of #3BCFFC
Complementary color
Monochromatic Colors of #3BCFFC
Black with #3BCFFC
Text Example
Text Example
White with #3BCFFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BCFFC; }
p { color: rgb(59,207,252); }
H1.HeaderClassName
{
color: #3BCFFC;
}
.AnyTagClassName
{
color: #3BCFFC;
}
</style>
background-color css
<style>
a { background-color: #3BCFFC; }
a { background-color: rgb(59,207,252); }
div.DivClassName
{
background-color: #3BCFFC;
}
.BgClassName
{
background-color: #3BCFFC;
}
</style>
border-color css
<style>
span { border-color: #3BCFFC; }
span { border-color: rgb(59,207,252); }
td.TdClassName
{
border-color: #3BCFFC;
}
.TagClassName
{
border-color: #3BCFFC;
}
</style>