Shades of Summer Sky #3BC2FD
Tints of Summer Sky #3BC2FD
RGB
CMYK
RGB Variations
Color information
#3BC2FD (or 0x3BC2FD) is known color: Summer Sky. HEX triplet: 3B, C2 and FD. RGB value is (59,194,253). Sum of RGB (Red+Green+Blue) = 59+194+253=506 (67% of max value = 765). Red value is 59 (23.44% from 255 or 11.66% from 506); Green value is 194 (76.17% from 255 or 38.34% from 506); Blue value is 253 (99.22% from 255 or 50% from 506); Max value from RGB is 253 - color contains mainly: blue. Hex color #3BC2FD is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #3BC2FD is #C43D02. Grayscale: #9F9F9F. Windows color (decimal): -12860675 or 16630331. OLE color: 16630331.
HSL color Cylindrical-coordinate representation of color #3BC2FD: hue angle of 198.25º degrees, saturation: 0.98, 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 #3BC2FD is Cyan = 0.77, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 59 | 194 | 253 | - |
| CMYK | 0.77 | 0.23 | 0 | 0.01 |
| HSL | 198.25º | 0.98% | 0.61% | - |
| HSV(B) | 198.25º | 0.77% | 0.99% | - |
| XYZ | 38.83 | 46.61 | 99.88 | - |
| YUV | 160.36 | 180.27 | 55.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 194 | 253 | 0.77 | 0.23 | 0 | 0.01 | 198.25 | 0.98 | 0.61 |
| Hex | 3B | C2 | FD | 4D | 17 | 0 | 1 | C6 | 62 | 3D |
| Octal | 73 | 302 | 375 | 115 | 27 | 0 | 1 | 306 | 142 | 75 |
| Binary | 111011 | 11000010 | 11111101 | 1001101 | 10111 | 0 | 1 | 11000110 | 1100010 | 111101 |
Color Harmonies of #3BC2FD
Complementary color
Monochromatic Colors of #3BC2FD
Black with #3BC2FD
Text Example
Text Example
White with #3BC2FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BC2FD; }
p { color: rgb(59,194,253); }
H1.HeaderClassName
{
color: #3BC2FD;
}
.AnyTagClassName
{
color: #3BC2FD;
}
</style>
background-color css
<style>
a { background-color: #3BC2FD; }
a { background-color: rgb(59,194,253); }
div.DivClassName
{
background-color: #3BC2FD;
}
.BgClassName
{
background-color: #3BC2FD;
}
</style>
border-color css
<style>
span { border-color: #3BC2FD; }
span { border-color: rgb(59,194,253); }
td.TdClassName
{
border-color: #3BC2FD;
}
.TagClassName
{
border-color: #3BC2FD;
}
</style>