Shades of Summer Sky #3BBAF8
Tints of Summer Sky #3BBAF8
RGB
CMYK
RGB Variations
Color information
#3BBAF8 (or 0x3BBAF8) is known color: Summer Sky. HEX triplet: 3B, BA and F8. RGB value is (59,186,248). Sum of RGB (Red+Green+Blue) = 59+186+248=493 (65% of max value = 765). Red value is 59 (23.44% from 255 or 11.97% from 493); Green value is 186 (73.05% from 255 or 37.73% from 493); Blue value is 248 (97.27% from 255 or 50.30% from 493); Max value from RGB is 248 - color contains mainly: blue. Hex color #3BBAF8 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #3BBAF8 is #C44507. Grayscale: #9A9A9A. Windows color (decimal): -12862728 or 16300603. OLE color: 16300603.
HSL color Cylindrical-coordinate representation of color #3BBAF8: hue angle of 199.68º degrees, saturation: 0.93, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3BBAF8 is Cyan = 0.76, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 59 | 186 | 248 | - |
| CMYK | 0.76 | 0.25 | 0 | 0.03 |
| HSL | 199.68º | 0.93% | 0.6% | - |
| HSV(B) | 199.68º | 0.76% | 0.97% | - |
| XYZ | 36.31 | 42.82 | 95.16 | - |
| YUV | 155.1 | 180.42 | 59.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 186 | 248 | 0.76 | 0.25 | 0 | 0.03 | 199.68 | 0.93 | 0.6 |
| Hex | 3B | BA | F8 | 4C | 19 | 0 | 3 | C8 | 5D | 3C |
| Octal | 73 | 272 | 370 | 114 | 31 | 0 | 3 | 310 | 135 | 74 |
| Binary | 111011 | 10111010 | 11111000 | 1001100 | 11001 | 0 | 11 | 11001000 | 1011101 | 111100 |
Color Harmonies of #3BBAF8
Complementary color
Monochromatic Colors of #3BBAF8
Black with #3BBAF8
Text Example
Text Example
White with #3BBAF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BBAF8; }
p { color: rgb(59,186,248); }
H1.HeaderClassName
{
color: #3BBAF8;
}
.AnyTagClassName
{
color: #3BBAF8;
}
</style>
background-color css
<style>
a { background-color: #3BBAF8; }
a { background-color: rgb(59,186,248); }
div.DivClassName
{
background-color: #3BBAF8;
}
.BgClassName
{
background-color: #3BBAF8;
}
</style>
border-color css
<style>
span { border-color: #3BBAF8; }
span { border-color: rgb(59,186,248); }
td.TdClassName
{
border-color: #3BBAF8;
}
.TagClassName
{
border-color: #3BBAF8;
}
</style>