Shades of Summer Sky #3CBEF8
Tints of Summer Sky #3CBEF8
RGB
CMYK
RGB Variations
Color information
#3CBEF8 (or 0x3CBEF8) is known color: Summer Sky. HEX triplet: 3C, BE and F8. RGB value is (60,190,248). Sum of RGB (Red+Green+Blue) = 60+190+248=498 (65% of max value = 765). Red value is 60 (23.83% from 255 or 12.05% from 498); Green value is 190 (74.61% from 255 or 38.15% from 498); Blue value is 248 (97.27% from 255 or 49.80% from 498); Max value from RGB is 248 - color contains mainly: blue. Hex color #3CBEF8 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #3CBEF8 is #C34107. Grayscale: #9D9D9D. Windows color (decimal): -12796168 or 16301628. OLE color: 16301628.
HSL color Cylindrical-coordinate representation of color #3CBEF8: hue angle of 198.51º 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 #3CBEF8 is Cyan = 0.76, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 60 | 190 | 248 | - |
| CMYK | 0.76 | 0.23 | 0 | 0.03 |
| HSL | 198.51º | 0.93% | 0.6% | - |
| HSV(B) | 198.51º | 0.76% | 0.97% | - |
| XYZ | 37.22 | 44.56 | 95.45 | - |
| YUV | 157.74 | 178.93 | 58.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 190 | 248 | 0.76 | 0.23 | 0 | 0.03 | 198.51 | 0.93 | 0.6 |
| Hex | 3C | BE | F8 | 4C | 17 | 0 | 3 | C7 | 5D | 3C |
| Octal | 74 | 276 | 370 | 114 | 27 | 0 | 3 | 307 | 135 | 74 |
| Binary | 111100 | 10111110 | 11111000 | 1001100 | 10111 | 0 | 11 | 11000111 | 1011101 | 111100 |
Color Harmonies of #3CBEF8
Complementary color
Monochromatic Colors of #3CBEF8
Black with #3CBEF8
Text Example
Text Example
White with #3CBEF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CBEF8; }
p { color: rgb(60,190,248); }
H1.HeaderClassName
{
color: #3CBEF8;
}
.AnyTagClassName
{
color: #3CBEF8;
}
</style>
background-color css
<style>
a { background-color: #3CBEF8; }
a { background-color: rgb(60,190,248); }
div.DivClassName
{
background-color: #3CBEF8;
}
.BgClassName
{
background-color: #3CBEF8;
}
</style>
border-color css
<style>
span { border-color: #3CBEF8; }
span { border-color: rgb(60,190,248); }
td.TdClassName
{
border-color: #3CBEF8;
}
.TagClassName
{
border-color: #3CBEF8;
}
</style>