Shades of Summer Sky #35CDE3
Tints of Summer Sky #35CDE3
RGB
CMYK
RGB Variations
Color information
#35CDE3 (or 0x35CDE3) is known color: Summer Sky. HEX triplet: 35, CD and E3. RGB value is (53,205,227). Sum of RGB (Red+Green+Blue) = 53+205+227=485 (64% of max value = 765). Red value is 53 (21.09% from 255 or 10.93% from 485); Green value is 205 (80.47% from 255 or 42.27% from 485); Blue value is 227 (89.06% from 255 or 46.80% from 485); Max value from RGB is 227 - color contains mainly: blue. Hex color #35CDE3 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #35CDE3 is #CA321C. Grayscale: #A1A1A1. Windows color (decimal): -13251101 or 14929205. OLE color: 14929205.
HSL color Cylindrical-coordinate representation of color #35CDE3: hue angle of 187.59º degrees, saturation: 0.76, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #35CDE3 is Cyan = 0.77, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 53 | 205 | 227 | - |
| CMYK | 0.77 | 0.10 | 0 | 0.11 |
| HSL | 187.59º | 0.76% | 0.55% | - |
| HSV(B) | 187.59º | 0.77% | 0.89% | - |
| XYZ | 37.16 | 49.97 | 80.36 | - |
| YUV | 162.06 | 164.64 | 50.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 205 | 227 | 0.77 | 0.10 | 0 | 0.11 | 187.59 | 0.76 | 0.55 |
| Hex | 35 | CD | E3 | 4D | A | 0 | B | BC | 4C | 37 |
| Octal | 65 | 315 | 343 | 115 | 12 | 0 | 13 | 274 | 114 | 67 |
| Binary | 110101 | 11001101 | 11100011 | 1001101 | 1010 | 0 | 1011 | 10111100 | 1001100 | 110111 |
Color Harmonies of #35CDE3
Complementary color
Monochromatic Colors of #35CDE3
Black with #35CDE3
Text Example
Text Example
White with #35CDE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #35CDE3; }
p { color: rgb(53,205,227); }
H1.HeaderClassName
{
color: #35CDE3;
}
.AnyTagClassName
{
color: #35CDE3;
}
</style>
background-color css
<style>
a { background-color: #35CDE3; }
a { background-color: rgb(53,205,227); }
div.DivClassName
{
background-color: #35CDE3;
}
.BgClassName
{
background-color: #35CDE3;
}
</style>
border-color css
<style>
span { border-color: #35CDE3; }
span { border-color: rgb(53,205,227); }
td.TdClassName
{
border-color: #35CDE3;
}
.TagClassName
{
border-color: #35CDE3;
}
</style>