Shades of Summer Sky #3BBDF1
Tints of Summer Sky #3BBDF1
RGB
CMYK
RGB Variations
Color information
#3BBDF1 (or 0x3BBDF1) is known color: Summer Sky. HEX triplet: 3B, BD and F1. RGB value is (59,189,241). Sum of RGB (Red+Green+Blue) = 59+189+241=489 (64% of max value = 765). Red value is 59 (23.44% from 255 or 12.07% from 489); Green value is 189 (74.22% from 255 or 38.65% from 489); Blue value is 241 (94.53% from 255 or 49.28% from 489); Max value from RGB is 241 - color contains mainly: blue. Hex color #3BBDF1 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #3BBDF1 is #C4420E. Grayscale: #9B9B9B. Windows color (decimal): -12861967 or 15842619. OLE color: 15842619.
HSL color Cylindrical-coordinate representation of color #3BBDF1: hue angle of 197.14º degrees, saturation: 0.87, 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 #3BBDF1 is Cyan = 0.76, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 59 | 189 | 241 | - |
| CMYK | 0.76 | 0.22 | 0 | 0.05 |
| HSL | 197.14º | 0.87% | 0.59% | - |
| HSV(B) | 197.14º | 0.76% | 0.95% | - |
| XYZ | 35.88 | 43.68 | 89.76 | - |
| YUV | 156.06 | 175.93 | 58.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 189 | 241 | 0.76 | 0.22 | 0 | 0.05 | 197.14 | 0.87 | 0.59 |
| Hex | 3B | BD | F1 | 4C | 16 | 0 | 5 | C5 | 57 | 3B |
| Octal | 73 | 275 | 361 | 114 | 26 | 0 | 5 | 305 | 127 | 73 |
| Binary | 111011 | 10111101 | 11110001 | 1001100 | 10110 | 0 | 101 | 11000101 | 1010111 | 111011 |
Color Harmonies of #3BBDF1
Complementary color
Monochromatic Colors of #3BBDF1
Black with #3BBDF1
Text Example
Text Example
White with #3BBDF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BBDF1; }
p { color: rgb(59,189,241); }
H1.HeaderClassName
{
color: #3BBDF1;
}
.AnyTagClassName
{
color: #3BBDF1;
}
</style>
background-color css
<style>
a { background-color: #3BBDF1; }
a { background-color: rgb(59,189,241); }
div.DivClassName
{
background-color: #3BBDF1;
}
.BgClassName
{
background-color: #3BBDF1;
}
</style>
border-color css
<style>
span { border-color: #3BBDF1; }
span { border-color: rgb(59,189,241); }
td.TdClassName
{
border-color: #3BBDF1;
}
.TagClassName
{
border-color: #3BBDF1;
}
</style>