Shades of Summer Sky #3CBEFF
Tints of Summer Sky #3CBEFF
RGB
CMYK
RGB Variations
Color information
#3CBEFF (or 0x3CBEFF) is known color: Summer Sky. HEX triplet: 3C, BE and FF. RGB value is (60,190,255). Sum of RGB (Red+Green+Blue) = 60+190+255=505 (66% of max value = 765). Red value is 60 (23.83% from 255 or 11.88% from 505); Green value is 190 (74.61% from 255 or 37.62% from 505); Blue value is 255 (100% from 255 or 50.50% from 505); Max value from RGB is 255 - color contains mainly: blue. Hex color #3CBEFF is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #3CBEFF is #C34100. Grayscale: #9E9E9E. Windows color (decimal): -12796161 or 16760380. OLE color: 16760380.
HSL color Cylindrical-coordinate representation of color #3CBEFF: hue angle of 200º degrees, saturation: 1, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3CBEFF is Cyan = 0.76, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 60 | 190 | 255 | - |
| CMYK | 0.76 | 0.25 | 0 | 0 |
| HSL | 200º | 1% | 0.62% | - |
| HSV(B) | 200º | 0.76% | 1% | - |
| XYZ | 38.33 | 45.01 | 101.28 | - |
| YUV | 158.54 | 182.43 | 57.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 190 | 255 | 0.76 | 0.25 | 0 | 0 | 200 | 1 | 0.62 |
| Hex | 3C | BE | FF | 4C | 19 | 0 | 0 | C8 | 64 | 3E |
| Octal | 74 | 276 | 377 | 114 | 31 | 0 | 0 | 310 | 144 | 76 |
| Binary | 111100 | 10111110 | 11111111 | 1001100 | 11001 | 0 | 0 | 11001000 | 1100100 | 111110 |
Color Harmonies of #3CBEFF
Complementary color
Monochromatic Colors of #3CBEFF
Black with #3CBEFF
Text Example
Text Example
White with #3CBEFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CBEFF; }
p { color: rgb(60,190,255); }
H1.HeaderClassName
{
color: #3CBEFF;
}
.AnyTagClassName
{
color: #3CBEFF;
}
</style>
background-color css
<style>
a { background-color: #3CBEFF; }
a { background-color: rgb(60,190,255); }
div.DivClassName
{
background-color: #3CBEFF;
}
.BgClassName
{
background-color: #3CBEFF;
}
</style>
border-color css
<style>
span { border-color: #3CBEFF; }
span { border-color: rgb(60,190,255); }
td.TdClassName
{
border-color: #3CBEFF;
}
.TagClassName
{
border-color: #3CBEFF;
}
</style>