Shades of Summer Sky #35CDEA
Tints of Summer Sky #35CDEA
RGB
CMYK
RGB Variations
Color information
#35CDEA (or 0x35CDEA) is known color: Summer Sky. HEX triplet: 35, CD and EA. RGB value is (53,205,234). Sum of RGB (Red+Green+Blue) = 53+205+234=492 (65% of max value = 765). Red value is 53 (21.09% from 255 or 10.77% from 492); Green value is 205 (80.47% from 255 or 41.67% from 492); Blue value is 234 (91.80% from 255 or 47.56% from 492); Max value from RGB is 234 - color contains mainly: blue. Hex color #35CDEA is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #35CDEA is #CA3215. Grayscale: #A2A2A2. Windows color (decimal): -13251094 or 15387957. OLE color: 15387957.
HSL color Cylindrical-coordinate representation of color #35CDEA: hue angle of 189.61º degrees, saturation: 0.81, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #35CDEA is Cyan = 0.77, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 53 | 205 | 234 | - |
| CMYK | 0.77 | 0.12 | 0 | 0.08 |
| HSL | 189.61º | 0.81% | 0.56% | - |
| HSV(B) | 189.61º | 0.77% | 0.92% | - |
| XYZ | 38.15 | 50.36 | 85.55 | - |
| YUV | 162.86 | 168.14 | 49.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 205 | 234 | 0.77 | 0.12 | 0 | 0.08 | 189.61 | 0.81 | 0.56 |
| Hex | 35 | CD | EA | 4D | C | 0 | 8 | BE | 51 | 38 |
| Octal | 65 | 315 | 352 | 115 | 14 | 0 | 10 | 276 | 121 | 70 |
| Binary | 110101 | 11001101 | 11101010 | 1001101 | 1100 | 0 | 1000 | 10111110 | 1010001 | 111000 |
Color Harmonies of #35CDEA
Complementary color
Monochromatic Colors of #35CDEA
Black with #35CDEA
Text Example
Text Example
White with #35CDEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #35CDEA; }
p { color: rgb(53,205,234); }
H1.HeaderClassName
{
color: #35CDEA;
}
.AnyTagClassName
{
color: #35CDEA;
}
</style>
background-color css
<style>
a { background-color: #35CDEA; }
a { background-color: rgb(53,205,234); }
div.DivClassName
{
background-color: #35CDEA;
}
.BgClassName
{
background-color: #35CDEA;
}
</style>
border-color css
<style>
span { border-color: #35CDEA; }
span { border-color: rgb(53,205,234); }
td.TdClassName
{
border-color: #35CDEA;
}
.TagClassName
{
border-color: #35CDEA;
}
</style>