Shades of Summer Sky #35BEE5
Tints of Summer Sky #35BEE5
RGB
CMYK
RGB Variations
Color information
#35BEE5 (or 0x35BEE5) is known color: Summer Sky. HEX triplet: 35, BE and E5. RGB value is (53,190,229). Sum of RGB (Red+Green+Blue) = 53+190+229=472 (62% of max value = 765). Red value is 53 (21.09% from 255 or 11.23% from 472); Green value is 190 (74.61% from 255 or 40.25% from 472); Blue value is 229 (89.84% from 255 or 48.52% from 472); Max value from RGB is 229 - color contains mainly: blue. Hex color #35BEE5 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #35BEE5 is #CA411A. Grayscale: #999999. Windows color (decimal): -13254939 or 15056437. OLE color: 15056437.
HSL color Cylindrical-coordinate representation of color #35BEE5: hue angle of 193.3º degrees, saturation: 0.77, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #35BEE5 is Cyan = 0.77, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 53 | 190 | 229 | - |
| CMYK | 0.77 | 0.17 | 0 | 0.10 |
| HSL | 193.3º | 0.77% | 0.55% | - |
| HSV(B) | 193.3º | 0.77% | 0.9% | - |
| XYZ | 34.02 | 43.24 | 80.68 | - |
| YUV | 153.48 | 170.61 | 56.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 190 | 229 | 0.77 | 0.17 | 0 | 0.10 | 193.3 | 0.77 | 0.55 |
| Hex | 35 | BE | E5 | 4D | 11 | 0 | A | C1 | 4D | 37 |
| Octal | 65 | 276 | 345 | 115 | 21 | 0 | 12 | 301 | 115 | 67 |
| Binary | 110101 | 10111110 | 11100101 | 1001101 | 10001 | 0 | 1010 | 11000001 | 1001101 | 110111 |
Color Harmonies of #35BEE5
Complementary color
Monochromatic Colors of #35BEE5
Black with #35BEE5
Text Example
Text Example
White with #35BEE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #35BEE5; }
p { color: rgb(53,190,229); }
H1.HeaderClassName
{
color: #35BEE5;
}
.AnyTagClassName
{
color: #35BEE5;
}
</style>
background-color css
<style>
a { background-color: #35BEE5; }
a { background-color: rgb(53,190,229); }
div.DivClassName
{
background-color: #35BEE5;
}
.BgClassName
{
background-color: #35BEE5;
}
</style>
border-color css
<style>
span { border-color: #35BEE5; }
span { border-color: rgb(53,190,229); }
td.TdClassName
{
border-color: #35BEE5;
}
.TagClassName
{
border-color: #35BEE5;
}
</style>