Shades of Summer Sky #35CBF1
Tints of Summer Sky #35CBF1
RGB
CMYK
RGB Variations
Color information
#35CBF1 (or 0x35CBF1) is known color: Summer Sky. HEX triplet: 35, CB and F1. RGB value is (53,203,241). Sum of RGB (Red+Green+Blue) = 53+203+241=497 (65% of max value = 765). Red value is 53 (21.09% from 255 or 10.66% from 497); Green value is 203 (79.69% from 255 or 40.85% from 497); Blue value is 241 (94.53% from 255 or 48.49% from 497); Max value from RGB is 241 - color contains mainly: blue. Hex color #35CBF1 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #35CBF1 is #CA340E. Grayscale: #A2A2A2. Windows color (decimal): -13251599 or 15846197. OLE color: 15846197.
HSL color Cylindrical-coordinate representation of color #35CBF1: hue angle of 192.13º degrees, saturation: 0.87, 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 #35CBF1 is Cyan = 0.78, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 53 | 203 | 241 | - |
| CMYK | 0.78 | 0.16 | 0 | 0.05 |
| HSL | 192.13º | 0.87% | 0.58% | - |
| HSV(B) | 192.13º | 0.78% | 0.95% | - |
| XYZ | 38.7 | 49.82 | 90.8 | - |
| YUV | 162.48 | 172.31 | 49.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 203 | 241 | 0.78 | 0.16 | 0 | 0.05 | 192.13 | 0.87 | 0.58 |
| Hex | 35 | CB | F1 | 4E | 10 | 0 | 5 | C0 | 57 | 3A |
| Octal | 65 | 313 | 361 | 116 | 20 | 0 | 5 | 300 | 127 | 72 |
| Binary | 110101 | 11001011 | 11110001 | 1001110 | 10000 | 0 | 101 | 11000000 | 1010111 | 111010 |
Color Harmonies of #35CBF1
Complementary color
Monochromatic Colors of #35CBF1
Black with #35CBF1
Text Example
Text Example
White with #35CBF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #35CBF1; }
p { color: rgb(53,203,241); }
H1.HeaderClassName
{
color: #35CBF1;
}
.AnyTagClassName
{
color: #35CBF1;
}
</style>
background-color css
<style>
a { background-color: #35CBF1; }
a { background-color: rgb(53,203,241); }
div.DivClassName
{
background-color: #35CBF1;
}
.BgClassName
{
background-color: #35CBF1;
}
</style>
border-color css
<style>
span { border-color: #35CBF1; }
span { border-color: rgb(53,203,241); }
td.TdClassName
{
border-color: #35CBF1;
}
.TagClassName
{
border-color: #35CBF1;
}
</style>