Shades of Summer Sky #3BCAFC
Tints of Summer Sky #3BCAFC
RGB
CMYK
RGB Variations
Color information
#3BCAFC (or 0x3BCAFC) is known color: Summer Sky. HEX triplet: 3B, CA and FC. RGB value is (59,202,252). Sum of RGB (Red+Green+Blue) = 59+202+252=513 (67% of max value = 765). Red value is 59 (23.44% from 255 or 11.50% from 513); Green value is 202 (79.30% from 255 or 39.38% from 513); Blue value is 252 (98.83% from 255 or 49.12% from 513); Max value from RGB is 252 - color contains mainly: blue. Hex color #3BCAFC is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #3BCAFC is #C43503. Grayscale: #A4A4A4. Windows color (decimal): -12858628 or 16566843. OLE color: 16566843.
HSL color Cylindrical-coordinate representation of color #3BCAFC: hue angle of 195.54º 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 #3BCAFC is Cyan = 0.77, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 59 | 202 | 252 | - |
| CMYK | 0.77 | 0.20 | 0 | 0.01 |
| HSL | 195.54º | 0.97% | 0.61% | - |
| HSV(B) | 195.54º | 0.77% | 0.99% | - |
| XYZ | 40.49 | 50.2 | 99.65 | - |
| YUV | 164.94 | 177.12 | 52.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 202 | 252 | 0.77 | 0.20 | 0 | 0.01 | 195.54 | 0.97 | 0.61 |
| Hex | 3B | CA | FC | 4D | 14 | 0 | 1 | C4 | 61 | 3D |
| Octal | 73 | 312 | 374 | 115 | 24 | 0 | 1 | 304 | 141 | 75 |
| Binary | 111011 | 11001010 | 11111100 | 1001101 | 10100 | 0 | 1 | 11000100 | 1100001 | 111101 |
Color Harmonies of #3BCAFC
Complementary color
Monochromatic Colors of #3BCAFC
Black with #3BCAFC
Text Example
Text Example
White with #3BCAFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BCAFC; }
p { color: rgb(59,202,252); }
H1.HeaderClassName
{
color: #3BCAFC;
}
.AnyTagClassName
{
color: #3BCAFC;
}
</style>
background-color css
<style>
a { background-color: #3BCAFC; }
a { background-color: rgb(59,202,252); }
div.DivClassName
{
background-color: #3BCAFC;
}
.BgClassName
{
background-color: #3BCAFC;
}
</style>
border-color css
<style>
span { border-color: #3BCAFC; }
span { border-color: rgb(59,202,252); }
td.TdClassName
{
border-color: #3BCAFC;
}
.TagClassName
{
border-color: #3BCAFC;
}
</style>