Shades of Summer Sky #35C4FA
Tints of Summer Sky #35C4FA
RGB
CMYK
RGB Variations
Color information
#35C4FA (or 0x35C4FA) is known color: Summer Sky. HEX triplet: 35, C4 and FA. RGB value is (53,196,250). Sum of RGB (Red+Green+Blue) = 53+196+250=499 (66% of max value = 765). Red value is 53 (21.09% from 255 or 10.62% from 499); Green value is 196 (76.95% from 255 or 39.28% from 499); Blue value is 250 (98.05% from 255 or 50.10% from 499); Max value from RGB is 250 - color contains mainly: blue. Hex color #35C4FA is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #35C4FA is #CA3B05. Grayscale: #9F9F9F. Windows color (decimal): -13253382 or 16434229. OLE color: 16434229.
HSL color Cylindrical-coordinate representation of color #35C4FA: hue angle of 196.45º degrees, saturation: 0.95, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #35C4FA is Cyan = 0.79, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 53 | 196 | 250 | - |
| CMYK | 0.79 | 0.22 | 0 | 0.02 |
| HSL | 196.45º | 0.95% | 0.59% | - |
| HSV(B) | 196.45º | 0.79% | 0.98% | - |
| XYZ | 38.46 | 47.14 | 97.51 | - |
| YUV | 159.4 | 179.12 | 52.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 196 | 250 | 0.79 | 0.22 | 0 | 0.02 | 196.45 | 0.95 | 0.59 |
| Hex | 35 | C4 | FA | 4F | 16 | 0 | 2 | C4 | 5F | 3B |
| Octal | 65 | 304 | 372 | 117 | 26 | 0 | 2 | 304 | 137 | 73 |
| Binary | 110101 | 11000100 | 11111010 | 1001111 | 10110 | 0 | 10 | 11000100 | 1011111 | 111011 |
Color Harmonies of #35C4FA
Complementary color
Monochromatic Colors of #35C4FA
Black with #35C4FA
Text Example
Text Example
White with #35C4FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #35C4FA; }
p { color: rgb(53,196,250); }
H1.HeaderClassName
{
color: #35C4FA;
}
.AnyTagClassName
{
color: #35C4FA;
}
</style>
background-color css
<style>
a { background-color: #35C4FA; }
a { background-color: rgb(53,196,250); }
div.DivClassName
{
background-color: #35C4FA;
}
.BgClassName
{
background-color: #35C4FA;
}
</style>
border-color css
<style>
span { border-color: #35C4FA; }
span { border-color: rgb(53,196,250); }
td.TdClassName
{
border-color: #35C4FA;
}
.TagClassName
{
border-color: #35C4FA;
}
</style>