Shades of Summer Sky #3BCAF3
Tints of Summer Sky #3BCAF3
RGB
CMYK
RGB Variations
Color information
#3BCAF3 (or 0x3BCAF3) is known color: Summer Sky. HEX triplet: 3B, CA and F3. RGB value is (59,202,243). Sum of RGB (Red+Green+Blue) = 59+202+243=504 (66% of max value = 765). Red value is 59 (23.44% from 255 or 11.71% from 504); Green value is 202 (79.30% from 255 or 40.08% from 504); Blue value is 243 (95.31% from 255 or 48.21% from 504); Max value from RGB is 243 - color contains mainly: blue. Hex color #3BCAF3 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #3BCAF3 is #C4350C. Grayscale: #A3A3A3. Windows color (decimal): -12858637 or 15977019. OLE color: 15977019.
HSL color Cylindrical-coordinate representation of color #3BCAF3: hue angle of 193.37º degrees, saturation: 0.88, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3BCAF3 is Cyan = 0.76, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 59 | 202 | 243 | - |
| CMYK | 0.76 | 0.17 | 0 | 0.05 |
| HSL | 193.37º | 0.88% | 0.59% | - |
| HSV(B) | 193.37º | 0.76% | 0.95% | - |
| XYZ | 39.1 | 49.64 | 92.31 | - |
| YUV | 163.92 | 172.62 | 53.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 202 | 243 | 0.76 | 0.17 | 0 | 0.05 | 193.37 | 0.88 | 0.59 |
| Hex | 3B | CA | F3 | 4C | 11 | 0 | 5 | C1 | 58 | 3B |
| Octal | 73 | 312 | 363 | 114 | 21 | 0 | 5 | 301 | 130 | 73 |
| Binary | 111011 | 11001010 | 11110011 | 1001100 | 10001 | 0 | 101 | 11000001 | 1011000 | 111011 |
Color Harmonies of #3BCAF3
Complementary color
Monochromatic Colors of #3BCAF3
Black with #3BCAF3
Text Example
Text Example
White with #3BCAF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BCAF3; }
p { color: rgb(59,202,243); }
H1.HeaderClassName
{
color: #3BCAF3;
}
.AnyTagClassName
{
color: #3BCAF3;
}
</style>
background-color css
<style>
a { background-color: #3BCAF3; }
a { background-color: rgb(59,202,243); }
div.DivClassName
{
background-color: #3BCAF3;
}
.BgClassName
{
background-color: #3BCAF3;
}
</style>
border-color css
<style>
span { border-color: #3BCAF3; }
span { border-color: rgb(59,202,243); }
td.TdClassName
{
border-color: #3BCAF3;
}
.TagClassName
{
border-color: #3BCAF3;
}
</style>