Shades of Summer Sky #35CFF5
Tints of Summer Sky #35CFF5
RGB
CMYK
RGB Variations
Color information
#35CFF5 (or 0x35CFF5) is known color: Summer Sky. HEX triplet: 35, CF and F5. RGB value is (53,207,245). Sum of RGB (Red+Green+Blue) = 53+207+245=505 (66% of max value = 765). Red value is 53 (21.09% from 255 or 10.50% from 505); Green value is 207 (81.25% from 255 or 40.99% from 505); Blue value is 245 (96.09% from 255 or 48.51% from 505); Max value from RGB is 245 - color contains mainly: blue. Hex color #35CFF5 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #35CFF5 is #CA300A. Grayscale: #A4A4A4. Windows color (decimal): -13250571 or 16109365. OLE color: 16109365.
HSL color Cylindrical-coordinate representation of color #35CFF5: hue angle of 191.88º degrees, saturation: 0.91, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #35CFF5 is Cyan = 0.78, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 53 | 207 | 245 | - |
| CMYK | 0.78 | 0.16 | 0 | 0.04 |
| HSL | 191.88º | 0.91% | 0.58% | - |
| HSV(B) | 191.88º | 0.78% | 0.96% | - |
| XYZ | 40.26 | 51.98 | 94.3 | - |
| YUV | 165.29 | 172.98 | 47.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 207 | 245 | 0.78 | 0.16 | 0 | 0.04 | 191.88 | 0.91 | 0.58 |
| Hex | 35 | CF | F5 | 4E | 10 | 0 | 4 | C0 | 5B | 3A |
| Octal | 65 | 317 | 365 | 116 | 20 | 0 | 4 | 300 | 133 | 72 |
| Binary | 110101 | 11001111 | 11110101 | 1001110 | 10000 | 0 | 100 | 11000000 | 1011011 | 111010 |
Color Harmonies of #35CFF5
Complementary color
Monochromatic Colors of #35CFF5
Black with #35CFF5
Text Example
Text Example
White with #35CFF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #35CFF5; }
p { color: rgb(53,207,245); }
H1.HeaderClassName
{
color: #35CFF5;
}
.AnyTagClassName
{
color: #35CFF5;
}
</style>
background-color css
<style>
a { background-color: #35CFF5; }
a { background-color: rgb(53,207,245); }
div.DivClassName
{
background-color: #35CFF5;
}
.BgClassName
{
background-color: #35CFF5;
}
</style>
border-color css
<style>
span { border-color: #35CFF5; }
span { border-color: rgb(53,207,245); }
td.TdClassName
{
border-color: #35CFF5;
}
.TagClassName
{
border-color: #35CFF5;
}
</style>