Shades of Summer Sky #3BAAFC
Tints of Summer Sky #3BAAFC
RGB
CMYK
RGB Variations
Color information
#3BAAFC (or 0x3BAAFC) is known color: Summer Sky. HEX triplet: 3B, AA and FC. RGB value is (59,170,252). Sum of RGB (Red+Green+Blue) = 59+170+252=481 (63% of max value = 765). Red value is 59 (23.44% from 255 or 12.27% from 481); Green value is 170 (66.80% from 255 or 35.34% from 481); Blue value is 252 (98.83% from 255 or 52.39% from 481); Max value from RGB is 252 - color contains mainly: blue. Hex color #3BAAFC is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #3BAAFC is #C45503. Grayscale: #919191. Windows color (decimal): -12866820 or 16558651. OLE color: 16558651.
HSL color Cylindrical-coordinate representation of color #3BAAFC: hue angle of 205.49º 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 #3BAAFC is Cyan = 0.77, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 59 | 170 | 252 | - |
| CMYK | 0.77 | 0.33 | 0 | 0.01 |
| HSL | 205.49º | 0.97% | 0.61% | - |
| HSV(B) | 205.49º | 0.77% | 0.99% | - |
| XYZ | 33.75 | 36.71 | 97.4 | - |
| YUV | 146.16 | 187.73 | 65.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 170 | 252 | 0.77 | 0.33 | 0 | 0.01 | 205.49 | 0.97 | 0.61 |
| Hex | 3B | AA | FC | 4D | 21 | 0 | 1 | CD | 61 | 3D |
| Octal | 73 | 252 | 374 | 115 | 41 | 0 | 1 | 315 | 141 | 75 |
| Binary | 111011 | 10101010 | 11111100 | 1001101 | 100001 | 0 | 1 | 11001101 | 1100001 | 111101 |
Color Harmonies of #3BAAFC
Complementary color
Monochromatic Colors of #3BAAFC
Black with #3BAAFC
Text Example
Text Example
White with #3BAAFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BAAFC; }
p { color: rgb(59,170,252); }
H1.HeaderClassName
{
color: #3BAAFC;
}
.AnyTagClassName
{
color: #3BAAFC;
}
</style>
background-color css
<style>
a { background-color: #3BAAFC; }
a { background-color: rgb(59,170,252); }
div.DivClassName
{
background-color: #3BAAFC;
}
.BgClassName
{
background-color: #3BAAFC;
}
</style>
border-color css
<style>
span { border-color: #3BAAFC; }
span { border-color: rgb(59,170,252); }
td.TdClassName
{
border-color: #3BAAFC;
}
.TagClassName
{
border-color: #3BAAFC;
}
</style>