Shades of Summer Sky #3BBAFA
Tints of Summer Sky #3BBAFA
RGB
CMYK
RGB Variations
Color information
#3BBAFA (or 0x3BBAFA) is known color: Summer Sky. HEX triplet: 3B, BA and FA. RGB value is (59,186,250). Sum of RGB (Red+Green+Blue) = 59+186+250=495 (65% of max value = 765). Red value is 59 (23.44% from 255 or 11.92% from 495); Green value is 186 (73.05% from 255 or 37.58% from 495); Blue value is 250 (98.05% from 255 or 50.51% from 495); Max value from RGB is 250 - color contains mainly: blue. Hex color #3BBAFA is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #3BBAFA is #C44505. Grayscale: #9A9A9A. Windows color (decimal): -12862726 or 16431675. OLE color: 16431675.
HSL color Cylindrical-coordinate representation of color #3BBAFA: hue angle of 200.1º degrees, saturation: 0.95, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3BBAFA is Cyan = 0.76, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 59 | 186 | 250 | - |
| CMYK | 0.76 | 0.26 | 0 | 0.02 |
| HSL | 200.1º | 0.95% | 0.61% | - |
| HSV(B) | 200.1º | 0.76% | 0.98% | - |
| XYZ | 36.62 | 42.95 | 96.8 | - |
| YUV | 155.32 | 181.42 | 59.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 186 | 250 | 0.76 | 0.26 | 0 | 0.02 | 200.1 | 0.95 | 0.61 |
| Hex | 3B | BA | FA | 4C | 1A | 0 | 2 | C8 | 5F | 3D |
| Octal | 73 | 272 | 372 | 114 | 32 | 0 | 2 | 310 | 137 | 75 |
| Binary | 111011 | 10111010 | 11111010 | 1001100 | 11010 | 0 | 10 | 11001000 | 1011111 | 111101 |
Color Harmonies of #3BBAFA
Complementary color
Monochromatic Colors of #3BBAFA
Black with #3BBAFA
Text Example
Text Example
White with #3BBAFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BBAFA; }
p { color: rgb(59,186,250); }
H1.HeaderClassName
{
color: #3BBAFA;
}
.AnyTagClassName
{
color: #3BBAFA;
}
</style>
background-color css
<style>
a { background-color: #3BBAFA; }
a { background-color: rgb(59,186,250); }
div.DivClassName
{
background-color: #3BBAFA;
}
.BgClassName
{
background-color: #3BBAFA;
}
</style>
border-color css
<style>
span { border-color: #3BBAFA; }
span { border-color: rgb(59,186,250); }
td.TdClassName
{
border-color: #3BBAFA;
}
.TagClassName
{
border-color: #3BBAFA;
}
</style>