Shades of Summer Sky #3CBEFC
Tints of Summer Sky #3CBEFC
RGB
CMYK
RGB Variations
Color information
#3CBEFC (or 0x3CBEFC) is known color: Summer Sky. HEX triplet: 3C, BE and FC. RGB value is (60,190,252). Sum of RGB (Red+Green+Blue) = 60+190+252=502 (66% of max value = 765). Red value is 60 (23.83% from 255 or 11.95% from 502); Green value is 190 (74.61% from 255 or 37.85% from 502); Blue value is 252 (98.83% from 255 or 50.20% from 502); Max value from RGB is 252 - color contains mainly: blue. Hex color #3CBEFC is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #3CBEFC is #C34103. Grayscale: #9D9D9D. Windows color (decimal): -12796164 or 16563772. OLE color: 16563772.
HSL color Cylindrical-coordinate representation of color #3CBEFC: hue angle of 199.38º degrees, saturation: 0.97, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3CBEFC is Cyan = 0.76, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 60 | 190 | 252 | - |
| CMYK | 0.76 | 0.25 | 0 | 0.01 |
| HSL | 199.38º | 0.97% | 0.61% | - |
| HSV(B) | 199.38º | 0.76% | 0.99% | - |
| XYZ | 37.85 | 44.82 | 98.75 | - |
| YUV | 158.2 | 180.93 | 57.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 190 | 252 | 0.76 | 0.25 | 0 | 0.01 | 199.38 | 0.97 | 0.61 |
| Hex | 3C | BE | FC | 4C | 19 | 0 | 1 | C7 | 61 | 3D |
| Octal | 74 | 276 | 374 | 114 | 31 | 0 | 1 | 307 | 141 | 75 |
| Binary | 111100 | 10111110 | 11111100 | 1001100 | 11001 | 0 | 1 | 11000111 | 1100001 | 111101 |
Color Harmonies of #3CBEFC
Complementary color
Monochromatic Colors of #3CBEFC
Black with #3CBEFC
Text Example
Text Example
White with #3CBEFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CBEFC; }
p { color: rgb(60,190,252); }
H1.HeaderClassName
{
color: #3CBEFC;
}
.AnyTagClassName
{
color: #3CBEFC;
}
</style>
background-color css
<style>
a { background-color: #3CBEFC; }
a { background-color: rgb(60,190,252); }
div.DivClassName
{
background-color: #3CBEFC;
}
.BgClassName
{
background-color: #3CBEFC;
}
</style>
border-color css
<style>
span { border-color: #3CBEFC; }
span { border-color: rgb(60,190,252); }
td.TdClassName
{
border-color: #3CBEFC;
}
.TagClassName
{
border-color: #3CBEFC;
}
</style>