Shades of Summer Sky #3CBFEB
Tints of Summer Sky #3CBFEB
RGB
CMYK
RGB Variations
Color information
#3CBFEB (or 0x3CBFEB) is known color: Summer Sky. HEX triplet: 3C, BF and EB. RGB value is (60,191,235). Sum of RGB (Red+Green+Blue) = 60+191+235=486 (64% of max value = 765). Red value is 60 (23.83% from 255 or 12.35% from 486); Green value is 191 (75% from 255 or 39.30% from 486); Blue value is 235 (92.19% from 255 or 48.35% from 486); Max value from RGB is 235 - color contains mainly: blue. Hex color #3CBFEB is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #3CBFEB is #C34014. Grayscale: #9C9C9C. Windows color (decimal): -12795925 or 15449916. OLE color: 15449916.
HSL color Cylindrical-coordinate representation of color #3CBFEB: hue angle of 195.09º degrees, saturation: 0.81, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3CBFEB is Cyan = 0.74, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 60 | 191 | 235 | - |
| CMYK | 0.74 | 0.19 | 0 | 0.08 |
| HSL | 195.09º | 0.81% | 0.58% | - |
| HSV(B) | 195.09º | 0.74% | 0.92% | - |
| XYZ | 35.49 | 44.22 | 85.26 | - |
| YUV | 156.85 | 172.1 | 58.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 191 | 235 | 0.74 | 0.19 | 0 | 0.08 | 195.09 | 0.81 | 0.58 |
| Hex | 3C | BF | EB | 4A | 13 | 0 | 8 | C3 | 51 | 3A |
| Octal | 74 | 277 | 353 | 112 | 23 | 0 | 10 | 303 | 121 | 72 |
| Binary | 111100 | 10111111 | 11101011 | 1001010 | 10011 | 0 | 1000 | 11000011 | 1010001 | 111010 |
Color Harmonies of #3CBFEB
Complementary color
Monochromatic Colors of #3CBFEB
Black with #3CBFEB
Text Example
Text Example
White with #3CBFEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CBFEB; }
p { color: rgb(60,191,235); }
H1.HeaderClassName
{
color: #3CBFEB;
}
.AnyTagClassName
{
color: #3CBFEB;
}
</style>
background-color css
<style>
a { background-color: #3CBFEB; }
a { background-color: rgb(60,191,235); }
div.DivClassName
{
background-color: #3CBFEB;
}
.BgClassName
{
background-color: #3CBFEB;
}
</style>
border-color css
<style>
span { border-color: #3CBFEB; }
span { border-color: rgb(60,191,235); }
td.TdClassName
{
border-color: #3CBFEB;
}
.TagClassName
{
border-color: #3CBFEB;
}
</style>