Shades of Summer Sky #35BCCF
Tints of Summer Sky #35BCCF
RGB
CMYK
RGB Variations
Color information
#35BCCF (or 0x35BCCF) is known color: Summer Sky. HEX triplet: 35, BC and CF. RGB value is (53,188,207). Sum of RGB (Red+Green+Blue) = 53+188+207=448 (59% of max value = 765). Red value is 53 (21.09% from 255 or 11.83% from 448); Green value is 188 (73.83% from 255 or 41.96% from 448); Blue value is 207 (81.25% from 255 or 46.21% from 448); Max value from RGB is 207 - color contains mainly: blue. Hex color #35BCCF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #35BCCF is #CA4330. Grayscale: #959595. Windows color (decimal): -13255473 or 13614133. OLE color: 13614133.
HSL color Cylindrical-coordinate representation of color #35BCCF: hue angle of 187.4º degrees, saturation: 0.62, 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 #35BCCF is Cyan = 0.74, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 53 | 188 | 207 | - |
| CMYK | 0.74 | 0.09 | 0 | 0.19 |
| HSL | 187.4º | 0.62% | 0.51% | - |
| HSV(B) | 187.4º | 0.74% | 0.81% | - |
| XYZ | 30.71 | 41.23 | 65.37 | - |
| YUV | 149.8 | 160.27 | 58.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 188 | 207 | 0.74 | 0.09 | 0 | 0.19 | 187.4 | 0.62 | 0.51 |
| Hex | 35 | BC | CF | 4A | 9 | 0 | 13 | BB | 3E | 33 |
| Octal | 65 | 274 | 317 | 112 | 11 | 0 | 23 | 273 | 76 | 63 |
| Binary | 110101 | 10111100 | 11001111 | 1001010 | 1001 | 0 | 10011 | 10111011 | 111110 | 110011 |
Color Harmonies of #35BCCF
Complementary color
Monochromatic Colors of #35BCCF
Black with #35BCCF
Text Example
Text Example
White with #35BCCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #35BCCF; }
p { color: rgb(53,188,207); }
H1.HeaderClassName
{
color: #35BCCF;
}
.AnyTagClassName
{
color: #35BCCF;
}
</style>
background-color css
<style>
a { background-color: #35BCCF; }
a { background-color: rgb(53,188,207); }
div.DivClassName
{
background-color: #35BCCF;
}
.BgClassName
{
background-color: #35BCCF;
}
</style>
border-color css
<style>
span { border-color: #35BCCF; }
span { border-color: rgb(53,188,207); }
td.TdClassName
{
border-color: #35BCCF;
}
.TagClassName
{
border-color: #35BCCF;
}
</style>