Shades of Summer Sky #3CBAFC
Tints of Summer Sky #3CBAFC
RGB
CMYK
RGB Variations
Color information
#3CBAFC (or 0x3CBAFC) is known color: Summer Sky. HEX triplet: 3C, BA and FC. RGB value is (60,186,252). Sum of RGB (Red+Green+Blue) = 60+186+252=498 (65% of max value = 765). Red value is 60 (23.83% from 255 or 12.05% from 498); Green value is 186 (73.05% from 255 or 37.35% from 498); Blue value is 252 (98.83% from 255 or 50.60% from 498); Max value from RGB is 252 - color contains mainly: blue. Hex color #3CBAFC is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #3CBAFC is #C34503. Grayscale: #9B9B9B. Windows color (decimal): -12797188 or 16562748. OLE color: 16562748.
HSL color Cylindrical-coordinate representation of color #3CBAFC: hue angle of 200.62º degrees, saturation: 0.97, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3CBAFC is Cyan = 0.76, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 60 | 186 | 252 | - |
| CMYK | 0.76 | 0.26 | 0 | 0.01 |
| HSL | 200.63º | 0.97% | 0.61% | - |
| HSV(B) | 200.63º | 0.76% | 0.99% | - |
| XYZ | 36.99 | 43.11 | 98.47 | - |
| YUV | 155.85 | 182.26 | 59.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 186 | 252 | 0.76 | 0.26 | 0 | 0.01 | 200.63 | 0.97 | 0.61 |
| Hex | 3C | BA | FC | 4C | 1A | 0 | 1 | C9 | 61 | 3D |
| Octal | 74 | 272 | 374 | 114 | 32 | 0 | 1 | 311 | 141 | 75 |
| Binary | 111100 | 10111010 | 11111100 | 1001100 | 11010 | 0 | 1 | 11001001 | 1100001 | 111101 |
Color Harmonies of #3CBAFC
Complementary color
Monochromatic Colors of #3CBAFC
Black with #3CBAFC
Text Example
Text Example
White with #3CBAFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CBAFC; }
p { color: rgb(60,186,252); }
H1.HeaderClassName
{
color: #3CBAFC;
}
.AnyTagClassName
{
color: #3CBAFC;
}
</style>
background-color css
<style>
a { background-color: #3CBAFC; }
a { background-color: rgb(60,186,252); }
div.DivClassName
{
background-color: #3CBAFC;
}
.BgClassName
{
background-color: #3CBAFC;
}
</style>
border-color css
<style>
span { border-color: #3CBAFC; }
span { border-color: rgb(60,186,252); }
td.TdClassName
{
border-color: #3CBAFC;
}
.TagClassName
{
border-color: #3CBAFC;
}
</style>