Shades of Summer Sky #35AFCA
Tints of Summer Sky #35AFCA
RGB
CMYK
RGB Variations
Color information
#35AFCA (or 0x35AFCA) is known color: Summer Sky. HEX triplet: 35, AF and CA. RGB value is (53,175,202). Sum of RGB (Red+Green+Blue) = 53+175+202=430 (56% of max value = 765). Red value is 53 (21.09% from 255 or 12.33% from 430); Green value is 175 (68.75% from 255 or 40.70% from 430); Blue value is 202 (79.30% from 255 or 46.98% from 430); Max value from RGB is 202 - color contains mainly: blue. Hex color #35AFCA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #35AFCA is #CA5035. Grayscale: #8D8D8D. Windows color (decimal): -13258806 or 13283125. OLE color: 13283125.
HSL color Cylindrical-coordinate representation of color #35AFCA: hue angle of 190.87º degrees, saturation: 0.58, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #35AFCA is Cyan = 0.74, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 53 | 175 | 202 | - |
| CMYK | 0.74 | 0.13 | 0 | 0.21 |
| HSL | 190.87º | 0.58% | 0.5% | - |
| HSV(B) | 190.87º | 0.74% | 0.79% | - |
| XYZ | 27.46 | 35.68 | 61.32 | - |
| YUV | 141.6 | 162.08 | 64.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 175 | 202 | 0.74 | 0.13 | 0 | 0.21 | 190.87 | 0.58 | 0.5 |
| Hex | 35 | AF | CA | 4A | D | 0 | 15 | BF | 3A | 32 |
| Octal | 65 | 257 | 312 | 112 | 15 | 0 | 25 | 277 | 72 | 62 |
| Binary | 110101 | 10101111 | 11001010 | 1001010 | 1101 | 0 | 10101 | 10111111 | 111010 | 110010 |
Color Harmonies of #35AFCA
Complementary color
Monochromatic Colors of #35AFCA
Black with #35AFCA
Text Example
Text Example
White with #35AFCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #35AFCA; }
p { color: rgb(53,175,202); }
H1.HeaderClassName
{
color: #35AFCA;
}
.AnyTagClassName
{
color: #35AFCA;
}
</style>
background-color css
<style>
a { background-color: #35AFCA; }
a { background-color: rgb(53,175,202); }
div.DivClassName
{
background-color: #35AFCA;
}
.BgClassName
{
background-color: #35AFCA;
}
</style>
border-color css
<style>
span { border-color: #35AFCA; }
span { border-color: rgb(53,175,202); }
td.TdClassName
{
border-color: #35AFCA;
}
.TagClassName
{
border-color: #35AFCA;
}
</style>