Shades of Summer Sky #3BCAF9
Tints of Summer Sky #3BCAF9
RGB
CMYK
RGB Variations
Color information
#3BCAF9 (or 0x3BCAF9) is known color: Summer Sky. HEX triplet: 3B, CA and F9. RGB value is (59,202,249). Sum of RGB (Red+Green+Blue) = 59+202+249=510 (67% of max value = 765). Red value is 59 (23.44% from 255 or 11.57% from 510); Green value is 202 (79.30% from 255 or 39.61% from 510); Blue value is 249 (97.66% from 255 or 48.82% from 510); Max value from RGB is 249 - color contains mainly: blue. Hex color #3BCAF9 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #3BCAF9 is #C43506. Grayscale: #A4A4A4. Windows color (decimal): -12858631 or 16370235. OLE color: 16370235.
HSL color Cylindrical-coordinate representation of color #3BCAF9: hue angle of 194.84º degrees, saturation: 0.94, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3BCAF9 is Cyan = 0.76, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 59 | 202 | 249 | - |
| CMYK | 0.76 | 0.19 | 0 | 0.02 |
| HSL | 194.84º | 0.94% | 0.6% | - |
| HSV(B) | 194.84º | 0.76% | 0.98% | - |
| XYZ | 40.02 | 50.01 | 97.17 | - |
| YUV | 164.6 | 175.62 | 52.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 202 | 249 | 0.76 | 0.19 | 0 | 0.02 | 194.84 | 0.94 | 0.6 |
| Hex | 3B | CA | F9 | 4C | 13 | 0 | 2 | C3 | 5E | 3C |
| Octal | 73 | 312 | 371 | 114 | 23 | 0 | 2 | 303 | 136 | 74 |
| Binary | 111011 | 11001010 | 11111001 | 1001100 | 10011 | 0 | 10 | 11000011 | 1011110 | 111100 |
Color Harmonies of #3BCAF9
Complementary color
Monochromatic Colors of #3BCAF9
Black with #3BCAF9
Text Example
Text Example
White with #3BCAF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BCAF9; }
p { color: rgb(59,202,249); }
H1.HeaderClassName
{
color: #3BCAF9;
}
.AnyTagClassName
{
color: #3BCAF9;
}
</style>
background-color css
<style>
a { background-color: #3BCAF9; }
a { background-color: rgb(59,202,249); }
div.DivClassName
{
background-color: #3BCAF9;
}
.BgClassName
{
background-color: #3BCAF9;
}
</style>
border-color css
<style>
span { border-color: #3BCAF9; }
span { border-color: rgb(59,202,249); }
td.TdClassName
{
border-color: #3BCAF9;
}
.TagClassName
{
border-color: #3BCAF9;
}
</style>