Shades of Summer Sky #35D3F9
Tints of Summer Sky #35D3F9
RGB
CMYK
RGB Variations
Color information
#35D3F9 (or 0x35D3F9) is known color: Summer Sky. HEX triplet: 35, D3 and F9. RGB value is (53,211,249). Sum of RGB (Red+Green+Blue) = 53+211+249=513 (67% of max value = 765). Red value is 53 (21.09% from 255 or 10.33% from 513); Green value is 211 (82.81% from 255 or 41.13% from 513); Blue value is 249 (97.66% from 255 or 48.54% from 513); Max value from RGB is 249 - color contains mainly: blue. Hex color #35D3F9 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #35D3F9 is #CA2C06. Grayscale: #A7A7A7. Windows color (decimal): -13249543 or 16372533. OLE color: 16372533.
HSL color Cylindrical-coordinate representation of color #35D3F9: hue angle of 191.63º degrees, saturation: 0.94, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #35D3F9 is Cyan = 0.79, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 53 | 211 | 249 | - |
| CMYK | 0.79 | 0.15 | 0 | 0.02 |
| HSL | 191.63º | 0.94% | 0.59% | - |
| HSV(B) | 191.63º | 0.79% | 0.98% | - |
| XYZ | 41.86 | 54.18 | 97.87 | - |
| YUV | 168.09 | 173.65 | 45.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 211 | 249 | 0.79 | 0.15 | 0 | 0.02 | 191.63 | 0.94 | 0.59 |
| Hex | 35 | D3 | F9 | 4F | F | 0 | 2 | C0 | 5E | 3B |
| Octal | 65 | 323 | 371 | 117 | 17 | 0 | 2 | 300 | 136 | 73 |
| Binary | 110101 | 11010011 | 11111001 | 1001111 | 1111 | 0 | 10 | 11000000 | 1011110 | 111011 |
Color Harmonies of #35D3F9
Complementary color
Monochromatic Colors of #35D3F9
Black with #35D3F9
Text Example
Text Example
White with #35D3F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #35D3F9; }
p { color: rgb(53,211,249); }
H1.HeaderClassName
{
color: #35D3F9;
}
.AnyTagClassName
{
color: #35D3F9;
}
</style>
background-color css
<style>
a { background-color: #35D3F9; }
a { background-color: rgb(53,211,249); }
div.DivClassName
{
background-color: #35D3F9;
}
.BgClassName
{
background-color: #35D3F9;
}
</style>
border-color css
<style>
span { border-color: #35D3F9; }
span { border-color: rgb(53,211,249); }
td.TdClassName
{
border-color: #35D3F9;
}
.TagClassName
{
border-color: #35D3F9;
}
</style>