Shades of Summer Sky #36AFCB
Tints of Summer Sky #36AFCB
RGB
CMYK
RGB Variations
Color information
#36AFCB (or 0x36AFCB) is known color: Summer Sky. HEX triplet: 36, AF and CB. RGB value is (54,175,203). Sum of RGB (Red+Green+Blue) = 54+175+203=432 (57% of max value = 765). Red value is 54 (21.48% from 255 or 12.5% from 432); Green value is 175 (68.75% from 255 or 40.51% from 432); Blue value is 203 (79.69% from 255 or 46.99% from 432); Max value from RGB is 203 - color contains mainly: blue. Hex color #36AFCB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #36AFCB is #C95034. Grayscale: #8D8D8D. Windows color (decimal): -13193269 or 13348662. OLE color: 13348662.
HSL color Cylindrical-coordinate representation of color #36AFCB: hue angle of 191.28º degrees, saturation: 0.59, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #36AFCB is Cyan = 0.73, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 54 | 175 | 203 | - |
| CMYK | 0.73 | 0.14 | 0 | 0.20 |
| HSL | 191.28º | 0.59% | 0.5% | - |
| HSV(B) | 191.28º | 0.73% | 0.8% | - |
| XYZ | 27.63 | 35.76 | 61.95 | - |
| YUV | 142.01 | 162.41 | 65.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 175 | 203 | 0.73 | 0.14 | 0 | 0.20 | 191.28 | 0.59 | 0.5 |
| Hex | 36 | AF | CB | 49 | E | 0 | 14 | BF | 3B | 32 |
| Octal | 66 | 257 | 313 | 111 | 16 | 0 | 24 | 277 | 73 | 62 |
| Binary | 110110 | 10101111 | 11001011 | 1001001 | 1110 | 0 | 10100 | 10111111 | 111011 | 110010 |
Color Harmonies of #36AFCB
Complementary color
Monochromatic Colors of #36AFCB
Black with #36AFCB
Text Example
Text Example
White with #36AFCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36AFCB; }
p { color: rgb(54,175,203); }
H1.HeaderClassName
{
color: #36AFCB;
}
.AnyTagClassName
{
color: #36AFCB;
}
</style>
background-color css
<style>
a { background-color: #36AFCB; }
a { background-color: rgb(54,175,203); }
div.DivClassName
{
background-color: #36AFCB;
}
.BgClassName
{
background-color: #36AFCB;
}
</style>
border-color css
<style>
span { border-color: #36AFCB; }
span { border-color: rgb(54,175,203); }
td.TdClassName
{
border-color: #36AFCB;
}
.TagClassName
{
border-color: #36AFCB;
}
</style>