Shades of Summer Sky #35BBF2
Tints of Summer Sky #35BBF2
RGB
CMYK
RGB Variations
Color information
#35BBF2 (or 0x35BBF2) is known color: Summer Sky. HEX triplet: 35, BB and F2. RGB value is (53,187,242). Sum of RGB (Red+Green+Blue) = 53+187+242=482 (63% of max value = 765). Red value is 53 (21.09% from 255 or 11.00% from 482); Green value is 187 (73.44% from 255 or 38.80% from 482); Blue value is 242 (94.92% from 255 or 50.21% from 482); Max value from RGB is 242 - color contains mainly: blue. Hex color #35BBF2 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #35BBF2 is #CA440D. Grayscale: #989898. Windows color (decimal): -13255694 or 15907637. OLE color: 15907637.
HSL color Cylindrical-coordinate representation of color #35BBF2: hue angle of 197.46º degrees, saturation: 0.88, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #35BBF2 is Cyan = 0.78, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 53 | 187 | 242 | - |
| CMYK | 0.78 | 0.23 | 0 | 0.05 |
| HSL | 197.46º | 0.88% | 0.58% | - |
| HSV(B) | 197.46º | 0.78% | 0.95% | - |
| XYZ | 35.27 | 42.71 | 90.39 | - |
| YUV | 153.2 | 178.11 | 56.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 187 | 242 | 0.78 | 0.23 | 0 | 0.05 | 197.46 | 0.88 | 0.58 |
| Hex | 35 | BB | F2 | 4E | 17 | 0 | 5 | C5 | 58 | 3A |
| Octal | 65 | 273 | 362 | 116 | 27 | 0 | 5 | 305 | 130 | 72 |
| Binary | 110101 | 10111011 | 11110010 | 1001110 | 10111 | 0 | 101 | 11000101 | 1011000 | 111010 |
Color Harmonies of #35BBF2
Complementary color
Monochromatic Colors of #35BBF2
Black with #35BBF2
Text Example
Text Example
White with #35BBF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #35BBF2; }
p { color: rgb(53,187,242); }
H1.HeaderClassName
{
color: #35BBF2;
}
.AnyTagClassName
{
color: #35BBF2;
}
</style>
background-color css
<style>
a { background-color: #35BBF2; }
a { background-color: rgb(53,187,242); }
div.DivClassName
{
background-color: #35BBF2;
}
.BgClassName
{
background-color: #35BBF2;
}
</style>
border-color css
<style>
span { border-color: #35BBF2; }
span { border-color: rgb(53,187,242); }
td.TdClassName
{
border-color: #35BBF2;
}
.TagClassName
{
border-color: #35BBF2;
}
</style>