Shades of Summer Sky #3BAFDD
Tints of Summer Sky #3BAFDD
RGB
CMYK
RGB Variations
Color information
#3BAFDD (or 0x3BAFDD) is known color: Summer Sky. HEX triplet: 3B, AF and DD. RGB value is (59,175,221). Sum of RGB (Red+Green+Blue) = 59+175+221=455 (60% of max value = 765). Red value is 59 (23.44% from 255 or 12.97% from 455); Green value is 175 (68.75% from 255 or 38.46% from 455); Blue value is 221 (86.72% from 255 or 48.57% from 455); Max value from RGB is 221 - color contains mainly: blue. Hex color #3BAFDD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3BAFDD is #C45022. Grayscale: #919191. Windows color (decimal): -12865571 or 14528315. OLE color: 14528315.
HSL color Cylindrical-coordinate representation of color #3BAFDD: hue angle of 197.04º degrees, saturation: 0.7, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3BAFDD is Cyan = 0.73, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 59 | 175 | 221 | - |
| CMYK | 0.73 | 0.21 | 0 | 0.13 |
| HSL | 197.04º | 0.7% | 0.55% | - |
| HSV(B) | 197.04º | 0.73% | 0.87% | - |
| XYZ | 30.18 | 36.81 | 73.92 | - |
| YUV | 145.56 | 170.57 | 66.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 175 | 221 | 0.73 | 0.21 | 0 | 0.13 | 197.04 | 0.7 | 0.55 |
| Hex | 3B | AF | DD | 49 | 15 | 0 | D | C5 | 46 | 37 |
| Octal | 73 | 257 | 335 | 111 | 25 | 0 | 15 | 305 | 106 | 67 |
| Binary | 111011 | 10101111 | 11011101 | 1001001 | 10101 | 0 | 1101 | 11000101 | 1000110 | 110111 |
Color Harmonies of #3BAFDD
Complementary color
Monochromatic Colors of #3BAFDD
Black with #3BAFDD
Text Example
Text Example
White with #3BAFDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BAFDD; }
p { color: rgb(59,175,221); }
H1.HeaderClassName
{
color: #3BAFDD;
}
.AnyTagClassName
{
color: #3BAFDD;
}
</style>
background-color css
<style>
a { background-color: #3BAFDD; }
a { background-color: rgb(59,175,221); }
div.DivClassName
{
background-color: #3BAFDD;
}
.BgClassName
{
background-color: #3BAFDD;
}
</style>
border-color css
<style>
span { border-color: #3BAFDD; }
span { border-color: rgb(59,175,221); }
td.TdClassName
{
border-color: #3BAFDD;
}
.TagClassName
{
border-color: #3BAFDD;
}
</style>