Shades of Summer Sky #3BBCE1
Tints of Summer Sky #3BBCE1
RGB
CMYK
RGB Variations
Color information
#3BBCE1 (or 0x3BBCE1) is known color: Summer Sky. HEX triplet: 3B, BC and E1. RGB value is (59,188,225). Sum of RGB (Red+Green+Blue) = 59+188+225=472 (62% of max value = 765). Red value is 59 (23.44% from 255 or 12.5% from 472); Green value is 188 (73.83% from 255 or 39.83% from 472); Blue value is 225 (88.28% from 255 or 47.67% from 472); Max value from RGB is 225 - color contains mainly: blue. Hex color #3BBCE1 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3BBCE1 is #C4431E. Grayscale: #999999. Windows color (decimal): -12862239 or 14793787. OLE color: 14793787.
HSL color Cylindrical-coordinate representation of color #3BBCE1: hue angle of 193.37º degrees, saturation: 0.73, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3BBCE1 is Cyan = 0.74, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 59 | 188 | 225 | - |
| CMYK | 0.74 | 0.16 | 0 | 0.12 |
| HSL | 193.37º | 0.73% | 0.56% | - |
| HSV(B) | 193.37º | 0.74% | 0.88% | - |
| XYZ | 33.38 | 42.33 | 77.65 | - |
| YUV | 153.65 | 168.26 | 60.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 188 | 225 | 0.74 | 0.16 | 0 | 0.12 | 193.37 | 0.73 | 0.56 |
| Hex | 3B | BC | E1 | 4A | 10 | 0 | C | C1 | 49 | 38 |
| Octal | 73 | 274 | 341 | 112 | 20 | 0 | 14 | 301 | 111 | 70 |
| Binary | 111011 | 10111100 | 11100001 | 1001010 | 10000 | 0 | 1100 | 11000001 | 1001001 | 111000 |
Color Harmonies of #3BBCE1
Complementary color
Monochromatic Colors of #3BBCE1
Black with #3BBCE1
Text Example
Text Example
White with #3BBCE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BBCE1; }
p { color: rgb(59,188,225); }
H1.HeaderClassName
{
color: #3BBCE1;
}
.AnyTagClassName
{
color: #3BBCE1;
}
</style>
background-color css
<style>
a { background-color: #3BBCE1; }
a { background-color: rgb(59,188,225); }
div.DivClassName
{
background-color: #3BBCE1;
}
.BgClassName
{
background-color: #3BBCE1;
}
</style>
border-color css
<style>
span { border-color: #3BBCE1; }
span { border-color: rgb(59,188,225); }
td.TdClassName
{
border-color: #3BBCE1;
}
.TagClassName
{
border-color: #3BBCE1;
}
</style>