Shades of Summer Sky #3BBAF3
Tints of Summer Sky #3BBAF3
RGB
CMYK
RGB Variations
Color information
#3BBAF3 (or 0x3BBAF3) is known color: Summer Sky. HEX triplet: 3B, BA and F3. RGB value is (59,186,243). Sum of RGB (Red+Green+Blue) = 59+186+243=488 (64% of max value = 765). Red value is 59 (23.44% from 255 or 12.09% from 488); Green value is 186 (73.05% from 255 or 38.11% from 488); Blue value is 243 (95.31% from 255 or 49.80% from 488); Max value from RGB is 243 - color contains mainly: blue. Hex color #3BBAF3 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #3BBAF3 is #C4450C. Grayscale: #9A9A9A. Windows color (decimal): -12862733 or 15972923. OLE color: 15972923.
HSL color Cylindrical-coordinate representation of color #3BBAF3: hue angle of 198.59º degrees, saturation: 0.88, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3BBAF3 is Cyan = 0.76, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 59 | 186 | 243 | - |
| CMYK | 0.76 | 0.23 | 0 | 0.05 |
| HSL | 198.59º | 0.88% | 0.59% | - |
| HSV(B) | 198.59º | 0.76% | 0.95% | - |
| XYZ | 35.54 | 42.52 | 91.13 | - |
| YUV | 154.53 | 177.92 | 59.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 186 | 243 | 0.76 | 0.23 | 0 | 0.05 | 198.59 | 0.88 | 0.59 |
| Hex | 3B | BA | F3 | 4C | 17 | 0 | 5 | C7 | 58 | 3B |
| Octal | 73 | 272 | 363 | 114 | 27 | 0 | 5 | 307 | 130 | 73 |
| Binary | 111011 | 10111010 | 11110011 | 1001100 | 10111 | 0 | 101 | 11000111 | 1011000 | 111011 |
Color Harmonies of #3BBAF3
Complementary color
Monochromatic Colors of #3BBAF3
Black with #3BBAF3
Text Example
Text Example
White with #3BBAF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BBAF3; }
p { color: rgb(59,186,243); }
H1.HeaderClassName
{
color: #3BBAF3;
}
.AnyTagClassName
{
color: #3BBAF3;
}
</style>
background-color css
<style>
a { background-color: #3BBAF3; }
a { background-color: rgb(59,186,243); }
div.DivClassName
{
background-color: #3BBAF3;
}
.BgClassName
{
background-color: #3BBAF3;
}
</style>
border-color css
<style>
span { border-color: #3BBAF3; }
span { border-color: rgb(59,186,243); }
td.TdClassName
{
border-color: #3BBAF3;
}
.TagClassName
{
border-color: #3BBAF3;
}
</style>