Shades of Summer Sky #3BADFC
Tints of Summer Sky #3BADFC
RGB
CMYK
RGB Variations
Color information
#3BADFC (or 0x3BADFC) is known color: Summer Sky. HEX triplet: 3B, AD and FC. RGB value is (59,173,252). Sum of RGB (Red+Green+Blue) = 59+173+252=484 (64% of max value = 765). Red value is 59 (23.44% from 255 or 12.19% from 484); Green value is 173 (67.97% from 255 or 35.74% from 484); Blue value is 252 (98.83% from 255 or 52.07% from 484); Max value from RGB is 252 - color contains mainly: blue. Hex color #3BADFC is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #3BADFC is #C45203. Grayscale: #939393. Windows color (decimal): -12866052 or 16559419. OLE color: 16559419.
HSL color Cylindrical-coordinate representation of color #3BADFC: hue angle of 204.56º 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 #3BADFC is Cyan = 0.77, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 59 | 173 | 252 | - |
| CMYK | 0.77 | 0.31 | 0 | 0.01 |
| HSL | 204.56º | 0.97% | 0.61% | - |
| HSV(B) | 204.56º | 0.77% | 0.99% | - |
| XYZ | 34.32 | 37.85 | 97.59 | - |
| YUV | 147.92 | 186.73 | 64.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 173 | 252 | 0.77 | 0.31 | 0 | 0.01 | 204.56 | 0.97 | 0.61 |
| Hex | 3B | AD | FC | 4D | 1F | 0 | 1 | CD | 61 | 3D |
| Octal | 73 | 255 | 374 | 115 | 37 | 0 | 1 | 315 | 141 | 75 |
| Binary | 111011 | 10101101 | 11111100 | 1001101 | 11111 | 0 | 1 | 11001101 | 1100001 | 111101 |
Color Harmonies of #3BADFC
Complementary color
Monochromatic Colors of #3BADFC
Black with #3BADFC
Text Example
Text Example
White with #3BADFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BADFC; }
p { color: rgb(59,173,252); }
H1.HeaderClassName
{
color: #3BADFC;
}
.AnyTagClassName
{
color: #3BADFC;
}
</style>
background-color css
<style>
a { background-color: #3BADFC; }
a { background-color: rgb(59,173,252); }
div.DivClassName
{
background-color: #3BADFC;
}
.BgClassName
{
background-color: #3BADFC;
}
</style>
border-color css
<style>
span { border-color: #3BADFC; }
span { border-color: rgb(59,173,252); }
td.TdClassName
{
border-color: #3BADFC;
}
.TagClassName
{
border-color: #3BADFC;
}
</style>