Shades of Summer Sky #3BADCF
Tints of Summer Sky #3BADCF
RGB
CMYK
RGB Variations
Color information
#3BADCF (or 0x3BADCF) is known color: Summer Sky. HEX triplet: 3B, AD and CF. RGB value is (59,173,207). Sum of RGB (Red+Green+Blue) = 59+173+207=439 (58% of max value = 765). Red value is 59 (23.44% from 255 or 13.44% from 439); Green value is 173 (67.97% from 255 or 39.41% from 439); Blue value is 207 (81.25% from 255 or 47.15% from 439); Max value from RGB is 207 - color contains mainly: blue. Hex color #3BADCF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3BADCF is #C45230. Grayscale: #8E8E8E. Windows color (decimal): -12866097 or 13610299. OLE color: 13610299.
HSL color Cylindrical-coordinate representation of color #3BADCF: hue angle of 193.78º degrees, saturation: 0.61, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #3BADCF is Cyan = 0.71, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 59 | 173 | 207 | - |
| CMYK | 0.71 | 0.16 | 0 | 0.19 |
| HSL | 193.78º | 0.61% | 0.52% | - |
| HSV(B) | 193.78º | 0.71% | 0.81% | - |
| XYZ | 28.01 | 35.32 | 64.37 | - |
| YUV | 142.79 | 164.23 | 68.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 173 | 207 | 0.71 | 0.16 | 0 | 0.19 | 193.78 | 0.61 | 0.52 |
| Hex | 3B | AD | CF | 47 | 10 | 0 | 13 | C2 | 3D | 34 |
| Octal | 73 | 255 | 317 | 107 | 20 | 0 | 23 | 302 | 75 | 64 |
| Binary | 111011 | 10101101 | 11001111 | 1000111 | 10000 | 0 | 10011 | 11000010 | 111101 | 110100 |
Color Harmonies of #3BADCF
Complementary color
Monochromatic Colors of #3BADCF
Black with #3BADCF
Text Example
Text Example
White with #3BADCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BADCF; }
p { color: rgb(59,173,207); }
H1.HeaderClassName
{
color: #3BADCF;
}
.AnyTagClassName
{
color: #3BADCF;
}
</style>
background-color css
<style>
a { background-color: #3BADCF; }
a { background-color: rgb(59,173,207); }
div.DivClassName
{
background-color: #3BADCF;
}
.BgClassName
{
background-color: #3BADCF;
}
</style>
border-color css
<style>
span { border-color: #3BADCF; }
span { border-color: rgb(59,173,207); }
td.TdClassName
{
border-color: #3BADCF;
}
.TagClassName
{
border-color: #3BADCF;
}
</style>