Shades of Summer Sky #35BBCE
Tints of Summer Sky #35BBCE
RGB
CMYK
RGB Variations
Color information
#35BBCE (or 0x35BBCE) is known color: Summer Sky. HEX triplet: 35, BB and CE. RGB value is (53,187,206). Sum of RGB (Red+Green+Blue) = 53+187+206=446 (59% of max value = 765). Red value is 53 (21.09% from 255 or 11.88% from 446); Green value is 187 (73.44% from 255 or 41.93% from 446); Blue value is 206 (80.86% from 255 or 46.19% from 446); Max value from RGB is 206 - color contains mainly: blue. Hex color #35BBCE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #35BBCE is #CA4431. Grayscale: #949494. Windows color (decimal): -13255730 or 13548341. OLE color: 13548341.
HSL color Cylindrical-coordinate representation of color #35BBCE: hue angle of 187.45º 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 #35BBCE is Cyan = 0.74, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 53 | 187 | 206 | - |
| CMYK | 0.74 | 0.09 | 0 | 0.19 |
| HSL | 187.45º | 0.61% | 0.51% | - |
| HSV(B) | 187.45º | 0.74% | 0.81% | - |
| XYZ | 30.38 | 40.75 | 64.66 | - |
| YUV | 149.1 | 160.11 | 59.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 187 | 206 | 0.74 | 0.09 | 0 | 0.19 | 187.45 | 0.61 | 0.51 |
| Hex | 35 | BB | CE | 4A | 9 | 0 | 13 | BB | 3D | 33 |
| Octal | 65 | 273 | 316 | 112 | 11 | 0 | 23 | 273 | 75 | 63 |
| Binary | 110101 | 10111011 | 11001110 | 1001010 | 1001 | 0 | 10011 | 10111011 | 111101 | 110011 |
Color Harmonies of #35BBCE
Complementary color
Monochromatic Colors of #35BBCE
Black with #35BBCE
Text Example
Text Example
White with #35BBCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #35BBCE; }
p { color: rgb(53,187,206); }
H1.HeaderClassName
{
color: #35BBCE;
}
.AnyTagClassName
{
color: #35BBCE;
}
</style>
background-color css
<style>
a { background-color: #35BBCE; }
a { background-color: rgb(53,187,206); }
div.DivClassName
{
background-color: #35BBCE;
}
.BgClassName
{
background-color: #35BBCE;
}
</style>
border-color css
<style>
span { border-color: #35BBCE; }
span { border-color: rgb(53,187,206); }
td.TdClassName
{
border-color: #35BBCE;
}
.TagClassName
{
border-color: #35BBCE;
}
</style>