Shades of Summer Sky #35BFCE
Tints of Summer Sky #35BFCE
RGB
CMYK
RGB Variations
Color information
#35BFCE (or 0x35BFCE) is known color: Summer Sky. HEX triplet: 35, BF and CE. RGB value is (53,191,206). Sum of RGB (Red+Green+Blue) = 53+191+206=450 (59% of max value = 765). Red value is 53 (21.09% from 255 or 11.78% from 450); Green value is 191 (75% from 255 or 42.44% from 450); Blue value is 206 (80.86% from 255 or 45.78% from 450); Max value from RGB is 206 - color contains mainly: blue. Hex color #35BFCE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #35BFCE is #CA4031. Grayscale: #979797. Windows color (decimal): -13254706 or 13549365. OLE color: 13549365.
HSL color Cylindrical-coordinate representation of color #35BFCE: hue angle of 185.88º 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 #35BFCE is Cyan = 0.74, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 53 | 191 | 206 | - |
| CMYK | 0.74 | 0.07 | 0 | 0.19 |
| HSL | 185.88º | 0.61% | 0.51% | - |
| HSV(B) | 185.88º | 0.74% | 0.81% | - |
| XYZ | 31.24 | 42.47 | 64.94 | - |
| YUV | 151.45 | 158.78 | 57.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 191 | 206 | 0.74 | 0.07 | 0 | 0.19 | 185.88 | 0.61 | 0.51 |
| Hex | 35 | BF | CE | 4A | 7 | 0 | 13 | BA | 3D | 33 |
| Octal | 65 | 277 | 316 | 112 | 7 | 0 | 23 | 272 | 75 | 63 |
| Binary | 110101 | 10111111 | 11001110 | 1001010 | 111 | 0 | 10011 | 10111010 | 111101 | 110011 |
Color Harmonies of #35BFCE
Complementary color
Monochromatic Colors of #35BFCE
Black with #35BFCE
Text Example
Text Example
White with #35BFCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #35BFCE; }
p { color: rgb(53,191,206); }
H1.HeaderClassName
{
color: #35BFCE;
}
.AnyTagClassName
{
color: #35BFCE;
}
</style>
background-color css
<style>
a { background-color: #35BFCE; }
a { background-color: rgb(53,191,206); }
div.DivClassName
{
background-color: #35BFCE;
}
.BgClassName
{
background-color: #35BFCE;
}
</style>
border-color css
<style>
span { border-color: #35BFCE; }
span { border-color: rgb(53,191,206); }
td.TdClassName
{
border-color: #35BFCE;
}
.TagClassName
{
border-color: #35BFCE;
}
</style>