Shades of Summer Sky #35B0E1
Tints of Summer Sky #35B0E1
RGB
CMYK
RGB Variations
Color information
#35B0E1 (or 0x35B0E1) is known color: Summer Sky. HEX triplet: 35, B0 and E1. RGB value is (53,176,225). Sum of RGB (Red+Green+Blue) = 53+176+225=454 (60% of max value = 765). Red value is 53 (21.09% from 255 or 11.67% from 454); Green value is 176 (69.14% from 255 or 38.77% from 454); Blue value is 225 (88.28% from 255 or 49.56% from 454); Max value from RGB is 225 - color contains mainly: blue. Hex color #35B0E1 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #35B0E1 is #CA4F1E. Grayscale: #909090. Windows color (decimal): -13258527 or 14790709. OLE color: 14790709.
HSL color Cylindrical-coordinate representation of color #35B0E1: hue angle of 197.09º degrees, saturation: 0.74, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #35B0E1 is Cyan = 0.76, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 53 | 176 | 225 | - |
| CMYK | 0.76 | 0.22 | 0 | 0.12 |
| HSL | 197.09º | 0.74% | 0.55% | - |
| HSV(B) | 197.09º | 0.76% | 0.88% | - |
| XYZ | 30.58 | 37.24 | 76.81 | - |
| YUV | 144.81 | 173.25 | 62.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 176 | 225 | 0.76 | 0.22 | 0 | 0.12 | 197.09 | 0.74 | 0.55 |
| Hex | 35 | B0 | E1 | 4C | 16 | 0 | C | C5 | 4A | 37 |
| Octal | 65 | 260 | 341 | 114 | 26 | 0 | 14 | 305 | 112 | 67 |
| Binary | 110101 | 10110000 | 11100001 | 1001100 | 10110 | 0 | 1100 | 11000101 | 1001010 | 110111 |
Color Harmonies of #35B0E1
Complementary color
Monochromatic Colors of #35B0E1
Black with #35B0E1
Text Example
Text Example
White with #35B0E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #35B0E1; }
p { color: rgb(53,176,225); }
H1.HeaderClassName
{
color: #35B0E1;
}
.AnyTagClassName
{
color: #35B0E1;
}
</style>
background-color css
<style>
a { background-color: #35B0E1; }
a { background-color: rgb(53,176,225); }
div.DivClassName
{
background-color: #35B0E1;
}
.BgClassName
{
background-color: #35B0E1;
}
</style>
border-color css
<style>
span { border-color: #35B0E1; }
span { border-color: rgb(53,176,225); }
td.TdClassName
{
border-color: #35B0E1;
}
.TagClassName
{
border-color: #35B0E1;
}
</style>