Shades of Summer Sky #35CFE8
Tints of Summer Sky #35CFE8
RGB
CMYK
RGB Variations
Color information
#35CFE8 (or 0x35CFE8) is known color: Summer Sky. HEX triplet: 35, CF and E8. RGB value is (53,207,232). Sum of RGB (Red+Green+Blue) = 53+207+232=492 (65% of max value = 765). Red value is 53 (21.09% from 255 or 10.77% from 492); Green value is 207 (81.25% from 255 or 42.07% from 492); Blue value is 232 (91.02% from 255 or 47.15% from 492); Max value from RGB is 232 - color contains mainly: blue. Hex color #35CFE8 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #35CFE8 is #CA3017. Grayscale: #A3A3A3. Windows color (decimal): -13250584 or 15257397. OLE color: 15257397.
HSL color Cylindrical-coordinate representation of color #35CFE8: hue angle of 188.38º degrees, saturation: 0.8, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #35CFE8 is Cyan = 0.77, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 53 | 207 | 232 | - |
| CMYK | 0.77 | 0.11 | 0 | 0.09 |
| HSL | 188.38º | 0.8% | 0.56% | - |
| HSV(B) | 188.38º | 0.77% | 0.91% | - |
| XYZ | 38.35 | 51.21 | 84.21 | - |
| YUV | 163.8 | 166.48 | 48.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 207 | 232 | 0.77 | 0.11 | 0 | 0.09 | 188.38 | 0.8 | 0.56 |
| Hex | 35 | CF | E8 | 4D | B | 0 | 9 | BC | 50 | 38 |
| Octal | 65 | 317 | 350 | 115 | 13 | 0 | 11 | 274 | 120 | 70 |
| Binary | 110101 | 11001111 | 11101000 | 1001101 | 1011 | 0 | 1001 | 10111100 | 1010000 | 111000 |
Color Harmonies of #35CFE8
Complementary color
Monochromatic Colors of #35CFE8
Black with #35CFE8
Text Example
Text Example
White with #35CFE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #35CFE8; }
p { color: rgb(53,207,232); }
H1.HeaderClassName
{
color: #35CFE8;
}
.AnyTagClassName
{
color: #35CFE8;
}
</style>
background-color css
<style>
a { background-color: #35CFE8; }
a { background-color: rgb(53,207,232); }
div.DivClassName
{
background-color: #35CFE8;
}
.BgClassName
{
background-color: #35CFE8;
}
</style>
border-color css
<style>
span { border-color: #35CFE8; }
span { border-color: rgb(53,207,232); }
td.TdClassName
{
border-color: #35CFE8;
}
.TagClassName
{
border-color: #35CFE8;
}
</style>