Shades of Summer Sky #3CBAFB
Tints of Summer Sky #3CBAFB
RGB
CMYK
RGB Variations
Color information
#3CBAFB (or 0x3CBAFB) is known color: Summer Sky. HEX triplet: 3C, BA and FB. RGB value is (60,186,251). Sum of RGB (Red+Green+Blue) = 60+186+251=497 (65% of max value = 765). Red value is 60 (23.83% from 255 or 12.07% from 497); Green value is 186 (73.05% from 255 or 37.42% from 497); Blue value is 251 (98.44% from 255 or 50.50% from 497); Max value from RGB is 251 - color contains mainly: blue. Hex color #3CBAFB is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #3CBAFB is #C34504. Grayscale: #9B9B9B. Windows color (decimal): -12797189 or 16497212. OLE color: 16497212.
HSL color Cylindrical-coordinate representation of color #3CBAFB: hue angle of 200.42º degrees, saturation: 0.96, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3CBAFB is Cyan = 0.76, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 60 | 186 | 251 | - |
| CMYK | 0.76 | 0.26 | 0 | 0.02 |
| HSL | 200.42º | 0.96% | 0.61% | - |
| HSV(B) | 200.42º | 0.76% | 0.98% | - |
| XYZ | 36.83 | 43.04 | 97.63 | - |
| YUV | 155.74 | 181.76 | 59.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 186 | 251 | 0.76 | 0.26 | 0 | 0.02 | 200.42 | 0.96 | 0.61 |
| Hex | 3C | BA | FB | 4C | 1A | 0 | 2 | C8 | 60 | 3D |
| Octal | 74 | 272 | 373 | 114 | 32 | 0 | 2 | 310 | 140 | 75 |
| Binary | 111100 | 10111010 | 11111011 | 1001100 | 11010 | 0 | 10 | 11001000 | 1100000 | 111101 |
Color Harmonies of #3CBAFB
Complementary color
Monochromatic Colors of #3CBAFB
Black with #3CBAFB
Text Example
Text Example
White with #3CBAFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CBAFB; }
p { color: rgb(60,186,251); }
H1.HeaderClassName
{
color: #3CBAFB;
}
.AnyTagClassName
{
color: #3CBAFB;
}
</style>
background-color css
<style>
a { background-color: #3CBAFB; }
a { background-color: rgb(60,186,251); }
div.DivClassName
{
background-color: #3CBAFB;
}
.BgClassName
{
background-color: #3CBAFB;
}
</style>
border-color css
<style>
span { border-color: #3CBAFB; }
span { border-color: rgb(60,186,251); }
td.TdClassName
{
border-color: #3CBAFB;
}
.TagClassName
{
border-color: #3CBAFB;
}
</style>