Shades of Summer Sky #3BBFFC
Tints of Summer Sky #3BBFFC
RGB
CMYK
RGB Variations
Color information
#3BBFFC (or 0x3BBFFC) is known color: Summer Sky. HEX triplet: 3B, BF and FC. RGB value is (59,191,252). Sum of RGB (Red+Green+Blue) = 59+191+252=502 (66% of max value = 765). Red value is 59 (23.44% from 255 or 11.75% from 502); Green value is 191 (75% from 255 or 38.05% from 502); Blue value is 252 (98.83% from 255 or 50.20% from 502); Max value from RGB is 252 - color contains mainly: blue. Hex color #3BBFFC is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #3BBFFC is #C44003. Grayscale: #9E9E9E. Windows color (decimal): -12861444 or 16564027. OLE color: 16564027.
HSL color Cylindrical-coordinate representation of color #3BBFFC: hue angle of 198.96º degrees, saturation: 0.97, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #3BBFFC is Cyan = 0.77, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 59 | 191 | 252 | - |
| CMYK | 0.77 | 0.24 | 0 | 0.01 |
| HSL | 198.96º | 0.97% | 0.61% | - |
| HSV(B) | 198.96º | 0.77% | 0.99% | - |
| XYZ | 38.01 | 45.22 | 98.82 | - |
| YUV | 158.49 | 180.77 | 57.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 191 | 252 | 0.77 | 0.24 | 0 | 0.01 | 198.96 | 0.97 | 0.61 |
| Hex | 3B | BF | FC | 4D | 18 | 0 | 1 | C7 | 61 | 3D |
| Octal | 73 | 277 | 374 | 115 | 30 | 0 | 1 | 307 | 141 | 75 |
| Binary | 111011 | 10111111 | 11111100 | 1001101 | 11000 | 0 | 1 | 11000111 | 1100001 | 111101 |
Color Harmonies of #3BBFFC
Complementary color
Monochromatic Colors of #3BBFFC
Black with #3BBFFC
Text Example
Text Example
White with #3BBFFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BBFFC; }
p { color: rgb(59,191,252); }
H1.HeaderClassName
{
color: #3BBFFC;
}
.AnyTagClassName
{
color: #3BBFFC;
}
</style>
background-color css
<style>
a { background-color: #3BBFFC; }
a { background-color: rgb(59,191,252); }
div.DivClassName
{
background-color: #3BBFFC;
}
.BgClassName
{
background-color: #3BBFFC;
}
</style>
border-color css
<style>
span { border-color: #3BBFFC; }
span { border-color: rgb(59,191,252); }
td.TdClassName
{
border-color: #3BBFFC;
}
.TagClassName
{
border-color: #3BBFFC;
}
</style>