Shades of Summer Sky #35D1F0
Tints of Summer Sky #35D1F0
RGB
CMYK
RGB Variations
Color information
#35D1F0 (or 0x35D1F0) is known color: Summer Sky. HEX triplet: 35, D1 and F0. RGB value is (53,209,240). Sum of RGB (Red+Green+Blue) = 53+209+240=502 (66% of max value = 765). Red value is 53 (21.09% from 255 or 10.56% from 502); Green value is 209 (82.03% from 255 or 41.63% from 502); Blue value is 240 (94.14% from 255 or 47.81% from 502); Max value from RGB is 240 - color contains mainly: blue. Hex color #35D1F0 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #35D1F0 is #CA2E0F. Grayscale: #A5A5A5. Windows color (decimal): -13250064 or 15782197. OLE color: 15782197.
HSL color Cylindrical-coordinate representation of color #35D1F0: hue angle of 189.95º degrees, saturation: 0.86, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #35D1F0 is Cyan = 0.78, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 53 | 209 | 240 | - |
| CMYK | 0.78 | 0.13 | 0 | 0.06 |
| HSL | 189.95º | 0.86% | 0.57% | - |
| HSV(B) | 189.95º | 0.78% | 0.94% | - |
| XYZ | 40 | 52.65 | 90.49 | - |
| YUV | 165.89 | 169.82 | 47.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 209 | 240 | 0.78 | 0.13 | 0 | 0.06 | 189.95 | 0.86 | 0.57 |
| Hex | 35 | D1 | F0 | 4E | D | 0 | 6 | BE | 56 | 39 |
| Octal | 65 | 321 | 360 | 116 | 15 | 0 | 6 | 276 | 126 | 71 |
| Binary | 110101 | 11010001 | 11110000 | 1001110 | 1101 | 0 | 110 | 10111110 | 1010110 | 111001 |
Color Harmonies of #35D1F0
Complementary color
Monochromatic Colors of #35D1F0
Black with #35D1F0
Text Example
Text Example
White with #35D1F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #35D1F0; }
p { color: rgb(53,209,240); }
H1.HeaderClassName
{
color: #35D1F0;
}
.AnyTagClassName
{
color: #35D1F0;
}
</style>
background-color css
<style>
a { background-color: #35D1F0; }
a { background-color: rgb(53,209,240); }
div.DivClassName
{
background-color: #35D1F0;
}
.BgClassName
{
background-color: #35D1F0;
}
</style>
border-color css
<style>
span { border-color: #35D1F0; }
span { border-color: rgb(53,209,240); }
td.TdClassName
{
border-color: #35D1F0;
}
.TagClassName
{
border-color: #35D1F0;
}
</style>