Shades of Summer Sky #35D1FF
Tints of Summer Sky #35D1FF
RGB
CMYK
RGB Variations
Color information
#35D1FF (or 0x35D1FF) is known color: Summer Sky. HEX triplet: 35, D1 and FF. RGB value is (53,209,255). Sum of RGB (Red+Green+Blue) = 53+209+255=517 (68% of max value = 765). Red value is 53 (21.09% from 255 or 10.25% from 517); Green value is 209 (82.03% from 255 or 40.43% from 517); Blue value is 255 (100% from 255 or 49.32% from 517); Max value from RGB is 255 - color contains mainly: blue. Hex color #35D1FF is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #35D1FF is #CA2E00. Grayscale: #A7A7A7. Windows color (decimal): -13250049 or 16765237. OLE color: 16765237.
HSL color Cylindrical-coordinate representation of color #35D1FF: hue angle of 193.66º degrees, saturation: 1, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #35D1FF is Cyan = 0.79, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 53 | 209 | 255 | - |
| CMYK | 0.79 | 0.18 | 0 | 0 |
| HSL | 193.66º | 1% | 0.6% | - |
| HSV(B) | 193.66º | 0.79% | 1% | - |
| XYZ | 42.32 | 53.58 | 102.72 | - |
| YUV | 167.6 | 177.32 | 46.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 209 | 255 | 0.79 | 0.18 | 0 | 0 | 193.66 | 1 | 0.6 |
| Hex | 35 | D1 | FF | 4F | 12 | 0 | 0 | C2 | 64 | 3C |
| Octal | 65 | 321 | 377 | 117 | 22 | 0 | 0 | 302 | 144 | 74 |
| Binary | 110101 | 11010001 | 11111111 | 1001111 | 10010 | 0 | 0 | 11000010 | 1100100 | 111100 |
Color Harmonies of #35D1FF
Complementary color
Monochromatic Colors of #35D1FF
Black with #35D1FF
Text Example
Text Example
White with #35D1FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #35D1FF; }
p { color: rgb(53,209,255); }
H1.HeaderClassName
{
color: #35D1FF;
}
.AnyTagClassName
{
color: #35D1FF;
}
</style>
background-color css
<style>
a { background-color: #35D1FF; }
a { background-color: rgb(53,209,255); }
div.DivClassName
{
background-color: #35D1FF;
}
.BgClassName
{
background-color: #35D1FF;
}
</style>
border-color css
<style>
span { border-color: #35D1FF; }
span { border-color: rgb(53,209,255); }
td.TdClassName
{
border-color: #35D1FF;
}
.TagClassName
{
border-color: #35D1FF;
}
</style>