Shades of Summer Sky #3BB5FA
Tints of Summer Sky #3BB5FA
RGB
CMYK
RGB Variations
Color information
#3BB5FA (or 0x3BB5FA) is known color: Summer Sky. HEX triplet: 3B, B5 and FA. RGB value is (59,181,250). Sum of RGB (Red+Green+Blue) = 59+181+250=490 (64% of max value = 765). Red value is 59 (23.44% from 255 or 12.04% from 490); Green value is 181 (71.09% from 255 or 36.94% from 490); Blue value is 250 (98.05% from 255 or 51.02% from 490); Max value from RGB is 250 - color contains mainly: blue. Hex color #3BB5FA is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #3BB5FA is #C44A05. Grayscale: #979797. Windows color (decimal): -12864006 or 16430395. OLE color: 16430395.
HSL color Cylindrical-coordinate representation of color #3BB5FA: hue angle of 201.68º 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 #3BB5FA is Cyan = 0.76, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 59 | 181 | 250 | - |
| CMYK | 0.76 | 0.28 | 0 | 0.02 |
| HSL | 201.68º | 0.95% | 0.61% | - |
| HSV(B) | 201.68º | 0.76% | 0.98% | - |
| XYZ | 35.58 | 40.88 | 96.46 | - |
| YUV | 152.39 | 183.08 | 61.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 181 | 250 | 0.76 | 0.28 | 0 | 0.02 | 201.68 | 0.95 | 0.61 |
| Hex | 3B | B5 | FA | 4C | 1C | 0 | 2 | CA | 5F | 3D |
| Octal | 73 | 265 | 372 | 114 | 34 | 0 | 2 | 312 | 137 | 75 |
| Binary | 111011 | 10110101 | 11111010 | 1001100 | 11100 | 0 | 10 | 11001010 | 1011111 | 111101 |
Color Harmonies of #3BB5FA
Complementary color
Monochromatic Colors of #3BB5FA
Black with #3BB5FA
Text Example
Text Example
White with #3BB5FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BB5FA; }
p { color: rgb(59,181,250); }
H1.HeaderClassName
{
color: #3BB5FA;
}
.AnyTagClassName
{
color: #3BB5FA;
}
</style>
background-color css
<style>
a { background-color: #3BB5FA; }
a { background-color: rgb(59,181,250); }
div.DivClassName
{
background-color: #3BB5FA;
}
.BgClassName
{
background-color: #3BB5FA;
}
</style>
border-color css
<style>
span { border-color: #3BB5FA; }
span { border-color: rgb(59,181,250); }
td.TdClassName
{
border-color: #3BB5FA;
}
.TagClassName
{
border-color: #3BB5FA;
}
</style>