Shades of Summer Sky #35D3F2
Tints of Summer Sky #35D3F2
RGB
CMYK
RGB Variations
Color information
#35D3F2 (or 0x35D3F2) is known color: Summer Sky. HEX triplet: 35, D3 and F2. RGB value is (53,211,242). Sum of RGB (Red+Green+Blue) = 53+211+242=506 (67% of max value = 765). Red value is 53 (21.09% from 255 or 10.47% from 506); Green value is 211 (82.81% from 255 or 41.70% from 506); Blue value is 242 (94.92% from 255 or 47.83% from 506); Max value from RGB is 242 - color contains mainly: blue. Hex color #35D3F2 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #35D3F2 is #CA2C0D. Grayscale: #A7A7A7. Windows color (decimal): -13249550 or 15913781. OLE color: 15913781.
HSL color Cylindrical-coordinate representation of color #35D3F2: hue angle of 189.84º degrees, saturation: 0.88, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #35D3F2 is Cyan = 0.78, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 53 | 211 | 242 | - |
| CMYK | 0.78 | 0.13 | 0 | 0.05 |
| HSL | 189.84º | 0.88% | 0.58% | - |
| HSV(B) | 189.84º | 0.78% | 0.95% | - |
| XYZ | 40.79 | 53.76 | 92.23 | - |
| YUV | 167.29 | 170.15 | 46.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 211 | 242 | 0.78 | 0.13 | 0 | 0.05 | 189.84 | 0.88 | 0.58 |
| Hex | 35 | D3 | F2 | 4E | D | 0 | 5 | BE | 58 | 3A |
| Octal | 65 | 323 | 362 | 116 | 15 | 0 | 5 | 276 | 130 | 72 |
| Binary | 110101 | 11010011 | 11110010 | 1001110 | 1101 | 0 | 101 | 10111110 | 1011000 | 111010 |
Color Harmonies of #35D3F2
Complementary color
Monochromatic Colors of #35D3F2
Black with #35D3F2
Text Example
Text Example
White with #35D3F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #35D3F2; }
p { color: rgb(53,211,242); }
H1.HeaderClassName
{
color: #35D3F2;
}
.AnyTagClassName
{
color: #35D3F2;
}
</style>
background-color css
<style>
a { background-color: #35D3F2; }
a { background-color: rgb(53,211,242); }
div.DivClassName
{
background-color: #35D3F2;
}
.BgClassName
{
background-color: #35D3F2;
}
</style>
border-color css
<style>
span { border-color: #35D3F2; }
span { border-color: rgb(53,211,242); }
td.TdClassName
{
border-color: #35D3F2;
}
.TagClassName
{
border-color: #35D3F2;
}
</style>