Shades of Summer Sky #3CBAFD
Tints of Summer Sky #3CBAFD
RGB
CMYK
RGB Variations
Color information
#3CBAFD (or 0x3CBAFD) is known color: Summer Sky. HEX triplet: 3C, BA and FD. RGB value is (60,186,253). Sum of RGB (Red+Green+Blue) = 60+186+253=499 (66% of max value = 765). Red value is 60 (23.83% from 255 or 12.02% from 499); Green value is 186 (73.05% from 255 or 37.27% from 499); Blue value is 253 (99.22% from 255 or 50.70% from 499); Max value from RGB is 253 - color contains mainly: blue. Hex color #3CBAFD is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #3CBAFD is #C34502. Grayscale: #9B9B9B. Windows color (decimal): -12797187 or 16628284. OLE color: 16628284.
HSL color Cylindrical-coordinate representation of color #3CBAFD: hue angle of 200.83º degrees, saturation: 0.98, 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 #3CBAFD is Cyan = 0.76, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 60 | 186 | 253 | - |
| CMYK | 0.76 | 0.26 | 0 | 0.01 |
| HSL | 200.83º | 0.98% | 0.61% | - |
| HSV(B) | 200.83º | 0.76% | 0.99% | - |
| XYZ | 37.15 | 43.17 | 99.3 | - |
| YUV | 155.96 | 182.76 | 59.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 186 | 253 | 0.76 | 0.26 | 0 | 0.01 | 200.83 | 0.98 | 0.61 |
| Hex | 3C | BA | FD | 4C | 1A | 0 | 1 | C9 | 62 | 3D |
| Octal | 74 | 272 | 375 | 114 | 32 | 0 | 1 | 311 | 142 | 75 |
| Binary | 111100 | 10111010 | 11111101 | 1001100 | 11010 | 0 | 1 | 11001001 | 1100010 | 111101 |
Color Harmonies of #3CBAFD
Complementary color
Monochromatic Colors of #3CBAFD
Black with #3CBAFD
Text Example
Text Example
White with #3CBAFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CBAFD; }
p { color: rgb(60,186,253); }
H1.HeaderClassName
{
color: #3CBAFD;
}
.AnyTagClassName
{
color: #3CBAFD;
}
</style>
background-color css
<style>
a { background-color: #3CBAFD; }
a { background-color: rgb(60,186,253); }
div.DivClassName
{
background-color: #3CBAFD;
}
.BgClassName
{
background-color: #3CBAFD;
}
</style>
border-color css
<style>
span { border-color: #3CBAFD; }
span { border-color: rgb(60,186,253); }
td.TdClassName
{
border-color: #3CBAFD;
}
.TagClassName
{
border-color: #3CBAFD;
}
</style>