Shades of Summer Sky #3CBEFE
Tints of Summer Sky #3CBEFE
RGB
CMYK
RGB Variations
Color information
#3CBEFE (or 0x3CBEFE) is known color: Summer Sky. HEX triplet: 3C, BE and FE. RGB value is (60,190,254). Sum of RGB (Red+Green+Blue) = 60+190+254=504 (66% of max value = 765). Red value is 60 (23.83% from 255 or 11.90% from 504); Green value is 190 (74.61% from 255 or 37.70% from 504); Blue value is 254 (99.61% from 255 or 50.40% from 504); Max value from RGB is 254 - color contains mainly: blue. Hex color #3CBEFE is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #3CBEFE is #C34101. Grayscale: #9E9E9E. Windows color (decimal): -12796162 or 16694844. OLE color: 16694844.
HSL color Cylindrical-coordinate representation of color #3CBEFE: hue angle of 199.79º degrees, saturation: 0.99, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3CBEFE is Cyan = 0.76, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 60 | 190 | 254 | - |
| CMYK | 0.76 | 0.25 | 0 | 0.00 |
| HSL | 199.79º | 0.99% | 0.62% | - |
| HSV(B) | 199.79º | 0.76% | 1% | - |
| XYZ | 38.17 | 44.94 | 100.43 | - |
| YUV | 158.43 | 181.93 | 57.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 190 | 254 | 0.76 | 0.25 | 0 | 0.00 | 199.79 | 0.99 | 0.62 |
| Hex | 3C | BE | FE | 4C | 19 | 0 | 0 | C8 | 63 | 3E |
| Octal | 74 | 276 | 376 | 114 | 31 | 0 | 0 | 310 | 143 | 76 |
| Binary | 111100 | 10111110 | 11111110 | 1001100 | 11001 | 0 | 0 | 11001000 | 1100011 | 111110 |
Color Harmonies of #3CBEFE
Complementary color
Monochromatic Colors of #3CBEFE
Black with #3CBEFE
Text Example
Text Example
White with #3CBEFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CBEFE; }
p { color: rgb(60,190,254); }
H1.HeaderClassName
{
color: #3CBEFE;
}
.AnyTagClassName
{
color: #3CBEFE;
}
</style>
background-color css
<style>
a { background-color: #3CBEFE; }
a { background-color: rgb(60,190,254); }
div.DivClassName
{
background-color: #3CBEFE;
}
.BgClassName
{
background-color: #3CBEFE;
}
</style>
border-color css
<style>
span { border-color: #3CBEFE; }
span { border-color: rgb(60,190,254); }
td.TdClassName
{
border-color: #3CBEFE;
}
.TagClassName
{
border-color: #3CBEFE;
}
</style>