Shades of Summer Sky #3BCBF9
Tints of Summer Sky #3BCBF9
RGB
CMYK
RGB Variations
Color information
#3BCBF9 (or 0x3BCBF9) is known color: Summer Sky. HEX triplet: 3B, CB and F9. RGB value is (59,203,249). Sum of RGB (Red+Green+Blue) = 59+203+249=511 (67% of max value = 765). Red value is 59 (23.44% from 255 or 11.55% from 511); Green value is 203 (79.69% from 255 or 39.73% from 511); Blue value is 249 (97.66% from 255 or 48.73% from 511); Max value from RGB is 249 - color contains mainly: blue. Hex color #3BCBF9 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #3BCBF9 is #C43406. Grayscale: #A4A4A4. Windows color (decimal): -12858375 or 16370491. OLE color: 16370491.
HSL color Cylindrical-coordinate representation of color #3BCBF9: hue angle of 194.53º 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 #3BCBF9 is Cyan = 0.76, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 59 | 203 | 249 | - |
| CMYK | 0.76 | 0.18 | 0 | 0.02 |
| HSL | 194.53º | 0.94% | 0.6% | - |
| HSV(B) | 194.53º | 0.76% | 0.98% | - |
| XYZ | 40.26 | 50.48 | 97.24 | - |
| YUV | 165.19 | 175.29 | 52.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 203 | 249 | 0.76 | 0.18 | 0 | 0.02 | 194.53 | 0.94 | 0.6 |
| Hex | 3B | CB | F9 | 4C | 12 | 0 | 2 | C3 | 5E | 3C |
| Octal | 73 | 313 | 371 | 114 | 22 | 0 | 2 | 303 | 136 | 74 |
| Binary | 111011 | 11001011 | 11111001 | 1001100 | 10010 | 0 | 10 | 11000011 | 1011110 | 111100 |
Color Harmonies of #3BCBF9
Complementary color
Monochromatic Colors of #3BCBF9
Black with #3BCBF9
Text Example
Text Example
White with #3BCBF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BCBF9; }
p { color: rgb(59,203,249); }
H1.HeaderClassName
{
color: #3BCBF9;
}
.AnyTagClassName
{
color: #3BCBF9;
}
</style>
background-color css
<style>
a { background-color: #3BCBF9; }
a { background-color: rgb(59,203,249); }
div.DivClassName
{
background-color: #3BCBF9;
}
.BgClassName
{
background-color: #3BCBF9;
}
</style>
border-color css
<style>
span { border-color: #3BCBF9; }
span { border-color: rgb(59,203,249); }
td.TdClassName
{
border-color: #3BCBF9;
}
.TagClassName
{
border-color: #3BCBF9;
}
</style>