Shades of Summer Sky #3CBDF8
Tints of Summer Sky #3CBDF8
RGB
CMYK
RGB Variations
Color information
#3CBDF8 (or 0x3CBDF8) is known color: Summer Sky. HEX triplet: 3C, BD and F8. RGB value is (60,189,248). Sum of RGB (Red+Green+Blue) = 60+189+248=497 (65% of max value = 765). Red value is 60 (23.83% from 255 or 12.07% from 497); Green value is 189 (74.22% from 255 or 38.03% from 497); Blue value is 248 (97.27% from 255 or 49.90% from 497); Max value from RGB is 248 - color contains mainly: blue. Hex color #3CBDF8 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #3CBDF8 is #C34207. Grayscale: #9C9C9C. Windows color (decimal): -12796424 or 16301372. OLE color: 16301372.
HSL color Cylindrical-coordinate representation of color #3CBDF8: hue angle of 198.83º degrees, saturation: 0.93, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3CBDF8 is Cyan = 0.76, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 60 | 189 | 248 | - |
| CMYK | 0.76 | 0.24 | 0 | 0.03 |
| HSL | 198.83º | 0.93% | 0.6% | - |
| HSV(B) | 198.83º | 0.76% | 0.97% | - |
| XYZ | 37 | 44.13 | 95.38 | - |
| YUV | 157.16 | 179.26 | 58.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 189 | 248 | 0.76 | 0.24 | 0 | 0.03 | 198.83 | 0.93 | 0.6 |
| Hex | 3C | BD | F8 | 4C | 18 | 0 | 3 | C7 | 5D | 3C |
| Octal | 74 | 275 | 370 | 114 | 30 | 0 | 3 | 307 | 135 | 74 |
| Binary | 111100 | 10111101 | 11111000 | 1001100 | 11000 | 0 | 11 | 11000111 | 1011101 | 111100 |
Color Harmonies of #3CBDF8
Complementary color
Monochromatic Colors of #3CBDF8
Black with #3CBDF8
Text Example
Text Example
White with #3CBDF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CBDF8; }
p { color: rgb(60,189,248); }
H1.HeaderClassName
{
color: #3CBDF8;
}
.AnyTagClassName
{
color: #3CBDF8;
}
</style>
background-color css
<style>
a { background-color: #3CBDF8; }
a { background-color: rgb(60,189,248); }
div.DivClassName
{
background-color: #3CBDF8;
}
.BgClassName
{
background-color: #3CBDF8;
}
</style>
border-color css
<style>
span { border-color: #3CBDF8; }
span { border-color: rgb(60,189,248); }
td.TdClassName
{
border-color: #3CBDF8;
}
.TagClassName
{
border-color: #3CBDF8;
}
</style>