Shades of Summer Sky #3BAFDC
Tints of Summer Sky #3BAFDC
RGB
CMYK
RGB Variations
Color information
#3BAFDC (or 0x3BAFDC) is known color: Summer Sky. HEX triplet: 3B, AF and DC. RGB value is (59,175,220). Sum of RGB (Red+Green+Blue) = 59+175+220=454 (60% of max value = 765). Red value is 59 (23.44% from 255 or 13.00% from 454); Green value is 175 (68.75% from 255 or 38.55% from 454); Blue value is 220 (86.33% from 255 or 48.46% from 454); Max value from RGB is 220 - color contains mainly: blue. Hex color #3BAFDC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3BAFDC is #C45023. Grayscale: #919191. Windows color (decimal): -12865572 or 14462779. OLE color: 14462779.
HSL color Cylindrical-coordinate representation of color #3BAFDC: hue angle of 196.77º degrees, saturation: 0.7, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3BAFDC is Cyan = 0.73, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 59 | 175 | 220 | - |
| CMYK | 0.73 | 0.20 | 0 | 0.14 |
| HSL | 196.77º | 0.7% | 0.55% | - |
| HSV(B) | 196.77º | 0.73% | 0.86% | - |
| XYZ | 30.05 | 36.76 | 73.22 | - |
| YUV | 145.45 | 170.07 | 66.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 175 | 220 | 0.73 | 0.20 | 0 | 0.14 | 196.77 | 0.7 | 0.55 |
| Hex | 3B | AF | DC | 49 | 14 | 0 | E | C5 | 46 | 37 |
| Octal | 73 | 257 | 334 | 111 | 24 | 0 | 16 | 305 | 106 | 67 |
| Binary | 111011 | 10101111 | 11011100 | 1001001 | 10100 | 0 | 1110 | 11000101 | 1000110 | 110111 |
Color Harmonies of #3BAFDC
Complementary color
Monochromatic Colors of #3BAFDC
Black with #3BAFDC
Text Example
Text Example
White with #3BAFDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BAFDC; }
p { color: rgb(59,175,220); }
H1.HeaderClassName
{
color: #3BAFDC;
}
.AnyTagClassName
{
color: #3BAFDC;
}
</style>
background-color css
<style>
a { background-color: #3BAFDC; }
a { background-color: rgb(59,175,220); }
div.DivClassName
{
background-color: #3BAFDC;
}
.BgClassName
{
background-color: #3BAFDC;
}
</style>
border-color css
<style>
span { border-color: #3BAFDC; }
span { border-color: rgb(59,175,220); }
td.TdClassName
{
border-color: #3BAFDC;
}
.TagClassName
{
border-color: #3BAFDC;
}
</style>