Shades of Summer Sky #36BACF
Tints of Summer Sky #36BACF
RGB
CMYK
RGB Variations
Color information
#36BACF (or 0x36BACF) is known color: Summer Sky. HEX triplet: 36, BA and CF. RGB value is (54,186,207). Sum of RGB (Red+Green+Blue) = 54+186+207=447 (59% of max value = 765). Red value is 54 (21.48% from 255 or 12.08% from 447); Green value is 186 (73.05% from 255 or 41.61% from 447); Blue value is 207 (81.25% from 255 or 46.31% from 447); Max value from RGB is 207 - color contains mainly: blue. Hex color #36BACF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #36BACF is #C94530. Grayscale: #949494. Windows color (decimal): -13190449 or 13613622. OLE color: 13613622.
HSL color Cylindrical-coordinate representation of color #36BACF: hue angle of 188.24º degrees, saturation: 0.61, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #36BACF is Cyan = 0.74, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 54 | 186 | 207 | - |
| CMYK | 0.74 | 0.10 | 0 | 0.19 |
| HSL | 188.24º | 0.61% | 0.51% | - |
| HSV(B) | 188.24º | 0.74% | 0.81% | - |
| XYZ | 30.34 | 40.41 | 65.23 | - |
| YUV | 148.93 | 160.77 | 60.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 186 | 207 | 0.74 | 0.10 | 0 | 0.19 | 188.24 | 0.61 | 0.51 |
| Hex | 36 | BA | CF | 4A | A | 0 | 13 | BC | 3D | 33 |
| Octal | 66 | 272 | 317 | 112 | 12 | 0 | 23 | 274 | 75 | 63 |
| Binary | 110110 | 10111010 | 11001111 | 1001010 | 1010 | 0 | 10011 | 10111100 | 111101 | 110011 |
Color Harmonies of #36BACF
Complementary color
Monochromatic Colors of #36BACF
Black with #36BACF
Text Example
Text Example
White with #36BACF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36BACF; }
p { color: rgb(54,186,207); }
H1.HeaderClassName
{
color: #36BACF;
}
.AnyTagClassName
{
color: #36BACF;
}
</style>
background-color css
<style>
a { background-color: #36BACF; }
a { background-color: rgb(54,186,207); }
div.DivClassName
{
background-color: #36BACF;
}
.BgClassName
{
background-color: #36BACF;
}
</style>
border-color css
<style>
span { border-color: #36BACF; }
span { border-color: rgb(54,186,207); }
td.TdClassName
{
border-color: #36BACF;
}
.TagClassName
{
border-color: #36BACF;
}
</style>