Shades of Summer Sky #35D3FF
Tints of Summer Sky #35D3FF
RGB
CMYK
RGB Variations
Color information
#35D3FF (or 0x35D3FF) is known color: Summer Sky. HEX triplet: 35, D3 and FF. RGB value is (53,211,255). Sum of RGB (Red+Green+Blue) = 53+211+255=519 (68% of max value = 765). Red value is 53 (21.09% from 255 or 10.21% from 519); Green value is 211 (82.81% from 255 or 40.66% from 519); Blue value is 255 (100% from 255 or 49.13% from 519); Max value from RGB is 255 - color contains mainly: blue. Hex color #35D3FF is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #35D3FF is #CA2C00. Grayscale: #A8A8A8. Windows color (decimal): -13249537 or 16765749. OLE color: 16765749.
HSL color Cylindrical-coordinate representation of color #35D3FF: hue angle of 193.07º 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 #35D3FF is Cyan = 0.79, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 53 | 211 | 255 | - |
| CMYK | 0.79 | 0.17 | 0 | 0 |
| HSL | 193.07º | 1% | 0.6% | - |
| HSV(B) | 193.07º | 0.79% | 1% | - |
| XYZ | 42.81 | 54.57 | 102.88 | - |
| YUV | 168.77 | 176.65 | 45.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 211 | 255 | 0.79 | 0.17 | 0 | 0 | 193.07 | 1 | 0.6 |
| Hex | 35 | D3 | FF | 4F | 11 | 0 | 0 | C1 | 64 | 3C |
| Octal | 65 | 323 | 377 | 117 | 21 | 0 | 0 | 301 | 144 | 74 |
| Binary | 110101 | 11010011 | 11111111 | 1001111 | 10001 | 0 | 0 | 11000001 | 1100100 | 111100 |
Color Harmonies of #35D3FF
Complementary color
Monochromatic Colors of #35D3FF
Black with #35D3FF
Text Example
Text Example
White with #35D3FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #35D3FF; }
p { color: rgb(53,211,255); }
H1.HeaderClassName
{
color: #35D3FF;
}
.AnyTagClassName
{
color: #35D3FF;
}
</style>
background-color css
<style>
a { background-color: #35D3FF; }
a { background-color: rgb(53,211,255); }
div.DivClassName
{
background-color: #35D3FF;
}
.BgClassName
{
background-color: #35D3FF;
}
</style>
border-color css
<style>
span { border-color: #35D3FF; }
span { border-color: rgb(53,211,255); }
td.TdClassName
{
border-color: #35D3FF;
}
.TagClassName
{
border-color: #35D3FF;
}
</style>