Shades of Summer Sky #3BB1DF
Tints of Summer Sky #3BB1DF
RGB
CMYK
RGB Variations
Color information
#3BB1DF (or 0x3BB1DF) is known color: Summer Sky. HEX triplet: 3B, B1 and DF. RGB value is (59,177,223). Sum of RGB (Red+Green+Blue) = 59+177+223=459 (60% of max value = 765). Red value is 59 (23.44% from 255 or 12.85% from 459); Green value is 177 (69.53% from 255 or 38.56% from 459); Blue value is 223 (87.5% from 255 or 48.58% from 459); Max value from RGB is 223 - color contains mainly: blue. Hex color #3BB1DF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3BB1DF is #C44E20. Grayscale: #929292. Windows color (decimal): -12865057 or 14659899. OLE color: 14659899.
HSL color Cylindrical-coordinate representation of color #3BB1DF: hue angle of 196.83º degrees, saturation: 0.72, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3BB1DF is Cyan = 0.74, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 59 | 177 | 223 | - |
| CMYK | 0.74 | 0.21 | 0 | 0.13 |
| HSL | 196.83º | 0.72% | 0.55% | - |
| HSV(B) | 196.83º | 0.74% | 0.87% | - |
| XYZ | 30.85 | 37.7 | 75.46 | - |
| YUV | 146.96 | 170.91 | 65.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 177 | 223 | 0.74 | 0.21 | 0 | 0.13 | 196.83 | 0.72 | 0.55 |
| Hex | 3B | B1 | DF | 4A | 15 | 0 | D | C5 | 48 | 37 |
| Octal | 73 | 261 | 337 | 112 | 25 | 0 | 15 | 305 | 110 | 67 |
| Binary | 111011 | 10110001 | 11011111 | 1001010 | 10101 | 0 | 1101 | 11000101 | 1001000 | 110111 |
Color Harmonies of #3BB1DF
Complementary color
Monochromatic Colors of #3BB1DF
Black with #3BB1DF
Text Example
Text Example
White with #3BB1DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BB1DF; }
p { color: rgb(59,177,223); }
H1.HeaderClassName
{
color: #3BB1DF;
}
.AnyTagClassName
{
color: #3BB1DF;
}
</style>
background-color css
<style>
a { background-color: #3BB1DF; }
a { background-color: rgb(59,177,223); }
div.DivClassName
{
background-color: #3BB1DF;
}
.BgClassName
{
background-color: #3BB1DF;
}
</style>
border-color css
<style>
span { border-color: #3BB1DF; }
span { border-color: rgb(59,177,223); }
td.TdClassName
{
border-color: #3BB1DF;
}
.TagClassName
{
border-color: #3BB1DF;
}
</style>