Shades of Summer Sky #3BAFFC
Tints of Summer Sky #3BAFFC
RGB
CMYK
RGB Variations
Color information
#3BAFFC (or 0x3BAFFC) is known color: Summer Sky. HEX triplet: 3B, AF and FC. RGB value is (59,175,252). Sum of RGB (Red+Green+Blue) = 59+175+252=486 (64% of max value = 765). Red value is 59 (23.44% from 255 or 12.14% from 486); Green value is 175 (68.75% from 255 or 36.01% from 486); Blue value is 252 (98.83% from 255 or 51.85% from 486); Max value from RGB is 252 - color contains mainly: blue. Hex color #3BAFFC is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #3BAFFC is #C45003. Grayscale: #949494. Windows color (decimal): -12865540 or 16559931. OLE color: 16559931.
HSL color Cylindrical-coordinate representation of color #3BAFFC: hue angle of 203.94º degrees, saturation: 0.97, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #3BAFFC is Cyan = 0.77, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 59 | 175 | 252 | - |
| CMYK | 0.77 | 0.31 | 0 | 0.01 |
| HSL | 203.94º | 0.97% | 0.61% | - |
| HSV(B) | 203.94º | 0.77% | 0.99% | - |
| XYZ | 34.7 | 38.62 | 97.72 | - |
| YUV | 149.09 | 186.07 | 63.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 175 | 252 | 0.77 | 0.31 | 0 | 0.01 | 203.94 | 0.97 | 0.61 |
| Hex | 3B | AF | FC | 4D | 1F | 0 | 1 | CC | 61 | 3D |
| Octal | 73 | 257 | 374 | 115 | 37 | 0 | 1 | 314 | 141 | 75 |
| Binary | 111011 | 10101111 | 11111100 | 1001101 | 11111 | 0 | 1 | 11001100 | 1100001 | 111101 |
Color Harmonies of #3BAFFC
Complementary color
Monochromatic Colors of #3BAFFC
Black with #3BAFFC
Text Example
Text Example
White with #3BAFFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BAFFC; }
p { color: rgb(59,175,252); }
H1.HeaderClassName
{
color: #3BAFFC;
}
.AnyTagClassName
{
color: #3BAFFC;
}
</style>
background-color css
<style>
a { background-color: #3BAFFC; }
a { background-color: rgb(59,175,252); }
div.DivClassName
{
background-color: #3BAFFC;
}
.BgClassName
{
background-color: #3BAFFC;
}
</style>
border-color css
<style>
span { border-color: #3BAFFC; }
span { border-color: rgb(59,175,252); }
td.TdClassName
{
border-color: #3BAFFC;
}
.TagClassName
{
border-color: #3BAFFC;
}
</style>