Shades of Summer Sky #35A3CF
Tints of Summer Sky #35A3CF
RGB
CMYK
RGB Variations
Color information
#35A3CF (or 0x35A3CF) is known color: Summer Sky. HEX triplet: 35, A3 and CF. RGB value is (53,163,207). Sum of RGB (Red+Green+Blue) = 53+163+207=423 (56% of max value = 765). Red value is 53 (21.09% from 255 or 12.53% from 423); Green value is 163 (64.06% from 255 or 38.53% from 423); Blue value is 207 (81.25% from 255 or 48.94% from 423); Max value from RGB is 207 - color contains mainly: blue. Hex color #35A3CF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #35A3CF is #CA5C30. Grayscale: #868686. Windows color (decimal): -13261873 or 13607733. OLE color: 13607733.
HSL color Cylindrical-coordinate representation of color #35A3CF: hue angle of 197.14º 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 #35A3CF is Cyan = 0.74, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 53 | 163 | 207 | - |
| CMYK | 0.74 | 0.21 | 0 | 0.19 |
| HSL | 197.14º | 0.62% | 0.51% | - |
| HSV(B) | 197.14º | 0.74% | 0.81% | - |
| XYZ | 25.83 | 31.46 | 63.74 | - |
| YUV | 135.13 | 168.56 | 69.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 163 | 207 | 0.74 | 0.21 | 0 | 0.19 | 197.14 | 0.62 | 0.51 |
| Hex | 35 | A3 | CF | 4A | 15 | 0 | 13 | C5 | 3E | 33 |
| Octal | 65 | 243 | 317 | 112 | 25 | 0 | 23 | 305 | 76 | 63 |
| Binary | 110101 | 10100011 | 11001111 | 1001010 | 10101 | 0 | 10011 | 11000101 | 111110 | 110011 |
Color Harmonies of #35A3CF
Complementary color
Monochromatic Colors of #35A3CF
Black with #35A3CF
Text Example
Text Example
White with #35A3CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #35A3CF; }
p { color: rgb(53,163,207); }
H1.HeaderClassName
{
color: #35A3CF;
}
.AnyTagClassName
{
color: #35A3CF;
}
</style>
background-color css
<style>
a { background-color: #35A3CF; }
a { background-color: rgb(53,163,207); }
div.DivClassName
{
background-color: #35A3CF;
}
.BgClassName
{
background-color: #35A3CF;
}
</style>
border-color css
<style>
span { border-color: #35A3CF; }
span { border-color: rgb(53,163,207); }
td.TdClassName
{
border-color: #35A3CF;
}
.TagClassName
{
border-color: #35A3CF;
}
</style>