Shades of Summer Sky #3BCAFA
Tints of Summer Sky #3BCAFA
RGB
CMYK
RGB Variations
Color information
#3BCAFA (or 0x3BCAFA) is known color: Summer Sky. HEX triplet: 3B, CA and FA. RGB value is (59,202,250). Sum of RGB (Red+Green+Blue) = 59+202+250=511 (67% of max value = 765). Red value is 59 (23.44% from 255 or 11.55% from 511); Green value is 202 (79.30% from 255 or 39.53% from 511); Blue value is 250 (98.05% from 255 or 48.92% from 511); Max value from RGB is 250 - color contains mainly: blue. Hex color #3BCAFA is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #3BCAFA is #C43505. Grayscale: #A4A4A4. Windows color (decimal): -12858630 or 16435771. OLE color: 16435771.
HSL color Cylindrical-coordinate representation of color #3BCAFA: hue angle of 195.08º degrees, saturation: 0.95, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3BCAFA is Cyan = 0.76, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 59 | 202 | 250 | - |
| CMYK | 0.76 | 0.19 | 0 | 0.02 |
| HSL | 195.08º | 0.95% | 0.61% | - |
| HSV(B) | 195.08º | 0.76% | 0.98% | - |
| XYZ | 40.18 | 50.07 | 97.99 | - |
| YUV | 164.72 | 176.12 | 52.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 202 | 250 | 0.76 | 0.19 | 0 | 0.02 | 195.08 | 0.95 | 0.61 |
| Hex | 3B | CA | FA | 4C | 13 | 0 | 2 | C3 | 5F | 3D |
| Octal | 73 | 312 | 372 | 114 | 23 | 0 | 2 | 303 | 137 | 75 |
| Binary | 111011 | 11001010 | 11111010 | 1001100 | 10011 | 0 | 10 | 11000011 | 1011111 | 111101 |
Color Harmonies of #3BCAFA
Complementary color
Monochromatic Colors of #3BCAFA
Black with #3BCAFA
Text Example
Text Example
White with #3BCAFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BCAFA; }
p { color: rgb(59,202,250); }
H1.HeaderClassName
{
color: #3BCAFA;
}
.AnyTagClassName
{
color: #3BCAFA;
}
</style>
background-color css
<style>
a { background-color: #3BCAFA; }
a { background-color: rgb(59,202,250); }
div.DivClassName
{
background-color: #3BCAFA;
}
.BgClassName
{
background-color: #3BCAFA;
}
</style>
border-color css
<style>
span { border-color: #3BCAFA; }
span { border-color: rgb(59,202,250); }
td.TdClassName
{
border-color: #3BCAFA;
}
.TagClassName
{
border-color: #3BCAFA;
}
</style>