Shades of Summer Sky #3BCAFF
Tints of Summer Sky #3BCAFF
RGB
CMYK
RGB Variations
Color information
#3BCAFF (or 0x3BCAFF) is known color: Summer Sky. HEX triplet: 3B, CA and FF. RGB value is (59,202,255). Sum of RGB (Red+Green+Blue) = 59+202+255=516 (68% of max value = 765). Red value is 59 (23.44% from 255 or 11.43% from 516); Green value is 202 (79.30% from 255 or 39.15% from 516); Blue value is 255 (100% from 255 or 49.42% from 516); Max value from RGB is 255 - color contains mainly: blue. Hex color #3BCAFF is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #3BCAFF is #C43500. Grayscale: #A4A4A4. Windows color (decimal): -12858625 or 16763451. OLE color: 16763451.
HSL color Cylindrical-coordinate representation of color #3BCAFF: hue angle of 196.22º 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 #3BCAFF is Cyan = 0.77, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 59 | 202 | 255 | - |
| CMYK | 0.77 | 0.21 | 0 | 0 |
| HSL | 196.22º | 1% | 0.62% | - |
| HSV(B) | 196.22º | 0.77% | 1% | - |
| XYZ | 40.97 | 50.39 | 102.17 | - |
| YUV | 165.29 | 178.62 | 52.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 202 | 255 | 0.77 | 0.21 | 0 | 0 | 196.22 | 1 | 0.62 |
| Hex | 3B | CA | FF | 4D | 15 | 0 | 0 | C4 | 64 | 3E |
| Octal | 73 | 312 | 377 | 115 | 25 | 0 | 0 | 304 | 144 | 76 |
| Binary | 111011 | 11001010 | 11111111 | 1001101 | 10101 | 0 | 0 | 11000100 | 1100100 | 111110 |
Color Harmonies of #3BCAFF
Complementary color
Monochromatic Colors of #3BCAFF
Black with #3BCAFF
Text Example
Text Example
White with #3BCAFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BCAFF; }
p { color: rgb(59,202,255); }
H1.HeaderClassName
{
color: #3BCAFF;
}
.AnyTagClassName
{
color: #3BCAFF;
}
</style>
background-color css
<style>
a { background-color: #3BCAFF; }
a { background-color: rgb(59,202,255); }
div.DivClassName
{
background-color: #3BCAFF;
}
.BgClassName
{
background-color: #3BCAFF;
}
</style>
border-color css
<style>
span { border-color: #3BCAFF; }
span { border-color: rgb(59,202,255); }
td.TdClassName
{
border-color: #3BCAFF;
}
.TagClassName
{
border-color: #3BCAFF;
}
</style>