Shades of Summer Sky #35BFFA
Tints of Summer Sky #35BFFA
RGB
CMYK
RGB Variations
Color information
#35BFFA (or 0x35BFFA) is known color: Summer Sky. HEX triplet: 35, BF and FA. RGB value is (53,191,250). Sum of RGB (Red+Green+Blue) = 53+191+250=494 (65% of max value = 765). Red value is 53 (21.09% from 255 or 10.73% from 494); Green value is 191 (75% from 255 or 38.66% from 494); Blue value is 250 (98.05% from 255 or 50.61% from 494); Max value from RGB is 250 - color contains mainly: blue. Hex color #35BFFA is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #35BFFA is #CA4005. Grayscale: #9C9C9C. Windows color (decimal): -13254662 or 16432949. OLE color: 16432949.
HSL color Cylindrical-coordinate representation of color #35BFFA: hue angle of 197.97º 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 #35BFFA is Cyan = 0.79, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 53 | 191 | 250 | - |
| CMYK | 0.79 | 0.24 | 0 | 0.02 |
| HSL | 197.97º | 0.95% | 0.59% | - |
| HSV(B) | 197.97º | 0.79% | 0.98% | - |
| XYZ | 37.35 | 44.92 | 97.14 | - |
| YUV | 156.46 | 180.78 | 54.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 191 | 250 | 0.79 | 0.24 | 0 | 0.02 | 197.97 | 0.95 | 0.59 |
| Hex | 35 | BF | FA | 4F | 18 | 0 | 2 | C6 | 5F | 3B |
| Octal | 65 | 277 | 372 | 117 | 30 | 0 | 2 | 306 | 137 | 73 |
| Binary | 110101 | 10111111 | 11111010 | 1001111 | 11000 | 0 | 10 | 11000110 | 1011111 | 111011 |
Color Harmonies of #35BFFA
Complementary color
Monochromatic Colors of #35BFFA
Black with #35BFFA
Text Example
Text Example
White with #35BFFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #35BFFA; }
p { color: rgb(53,191,250); }
H1.HeaderClassName
{
color: #35BFFA;
}
.AnyTagClassName
{
color: #35BFFA;
}
</style>
background-color css
<style>
a { background-color: #35BFFA; }
a { background-color: rgb(53,191,250); }
div.DivClassName
{
background-color: #35BFFA;
}
.BgClassName
{
background-color: #35BFFA;
}
</style>
border-color css
<style>
span { border-color: #35BFFA; }
span { border-color: rgb(53,191,250); }
td.TdClassName
{
border-color: #35BFFA;
}
.TagClassName
{
border-color: #35BFFA;
}
</style>