Shades of Summer Sky #3BAFCF
Tints of Summer Sky #3BAFCF
RGB
CMYK
RGB Variations
Color information
#3BAFCF (or 0x3BAFCF) is known color: Summer Sky. HEX triplet: 3B, AF and CF. RGB value is (59,175,207). Sum of RGB (Red+Green+Blue) = 59+175+207=441 (58% of max value = 765). Red value is 59 (23.44% from 255 or 13.38% from 441); Green value is 175 (68.75% from 255 or 39.68% from 441); Blue value is 207 (81.25% from 255 or 46.94% from 441); Max value from RGB is 207 - color contains mainly: blue. Hex color #3BAFCF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3BAFCF is #C45030. Grayscale: #8F8F8F. Windows color (decimal): -12865585 or 13610811. OLE color: 13610811.
HSL color Cylindrical-coordinate representation of color #3BAFCF: hue angle of 192.97º 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 #3BAFCF is Cyan = 0.71, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 59 | 175 | 207 | - |
| CMYK | 0.71 | 0.15 | 0 | 0.19 |
| HSL | 192.97º | 0.61% | 0.52% | - |
| HSV(B) | 192.97º | 0.71% | 0.81% | - |
| XYZ | 28.4 | 36.09 | 64.5 | - |
| YUV | 143.96 | 163.57 | 67.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 175 | 207 | 0.71 | 0.15 | 0 | 0.19 | 192.97 | 0.61 | 0.52 |
| Hex | 3B | AF | CF | 47 | F | 0 | 13 | C1 | 3D | 34 |
| Octal | 73 | 257 | 317 | 107 | 17 | 0 | 23 | 301 | 75 | 64 |
| Binary | 111011 | 10101111 | 11001111 | 1000111 | 1111 | 0 | 10011 | 11000001 | 111101 | 110100 |
Color Harmonies of #3BAFCF
Complementary color
Monochromatic Colors of #3BAFCF
Black with #3BAFCF
Text Example
Text Example
White with #3BAFCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BAFCF; }
p { color: rgb(59,175,207); }
H1.HeaderClassName
{
color: #3BAFCF;
}
.AnyTagClassName
{
color: #3BAFCF;
}
</style>
background-color css
<style>
a { background-color: #3BAFCF; }
a { background-color: rgb(59,175,207); }
div.DivClassName
{
background-color: #3BAFCF;
}
.BgClassName
{
background-color: #3BAFCF;
}
</style>
border-color css
<style>
span { border-color: #3BAFCF; }
span { border-color: rgb(59,175,207); }
td.TdClassName
{
border-color: #3BAFCF;
}
.TagClassName
{
border-color: #3BAFCF;
}
</style>