Shades of Summer Sky #3BB8DD
Tints of Summer Sky #3BB8DD
RGB
CMYK
RGB Variations
Color information
#3BB8DD (or 0x3BB8DD) is known color: Summer Sky. HEX triplet: 3B, B8 and DD. RGB value is (59,184,221). Sum of RGB (Red+Green+Blue) = 59+184+221=464 (61% of max value = 765). Red value is 59 (23.44% from 255 or 12.72% from 464); Green value is 184 (72.27% from 255 or 39.66% from 464); Blue value is 221 (86.72% from 255 or 47.63% from 464); Max value from RGB is 221 - color contains mainly: blue. Hex color #3BB8DD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3BB8DD is #C44722. Grayscale: #969696. Windows color (decimal): -12863267 or 14530619. OLE color: 14530619.
HSL color Cylindrical-coordinate representation of color #3BB8DD: hue angle of 193.7º degrees, saturation: 0.7, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3BB8DD is Cyan = 0.73, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 59 | 184 | 221 | - |
| CMYK | 0.73 | 0.17 | 0 | 0.13 |
| HSL | 193.7º | 0.7% | 0.55% | - |
| HSV(B) | 193.7º | 0.73% | 0.87% | - |
| XYZ | 32 | 40.43 | 74.52 | - |
| YUV | 150.84 | 167.59 | 62.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 184 | 221 | 0.73 | 0.17 | 0 | 0.13 | 193.7 | 0.7 | 0.55 |
| Hex | 3B | B8 | DD | 49 | 11 | 0 | D | C2 | 46 | 37 |
| Octal | 73 | 270 | 335 | 111 | 21 | 0 | 15 | 302 | 106 | 67 |
| Binary | 111011 | 10111000 | 11011101 | 1001001 | 10001 | 0 | 1101 | 11000010 | 1000110 | 110111 |
Color Harmonies of #3BB8DD
Complementary color
Monochromatic Colors of #3BB8DD
Black with #3BB8DD
Text Example
Text Example
White with #3BB8DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BB8DD; }
p { color: rgb(59,184,221); }
H1.HeaderClassName
{
color: #3BB8DD;
}
.AnyTagClassName
{
color: #3BB8DD;
}
</style>
background-color css
<style>
a { background-color: #3BB8DD; }
a { background-color: rgb(59,184,221); }
div.DivClassName
{
background-color: #3BB8DD;
}
.BgClassName
{
background-color: #3BB8DD;
}
</style>
border-color css
<style>
span { border-color: #3BB8DD; }
span { border-color: rgb(59,184,221); }
td.TdClassName
{
border-color: #3BB8DD;
}
.TagClassName
{
border-color: #3BB8DD;
}
</style>