Shades of Summer Sky #3AB6DF
Tints of Summer Sky #3AB6DF
RGB
CMYK
RGB Variations
Color information
#3AB6DF (or 0x3AB6DF) is known color: Summer Sky. HEX triplet: 3A, B6 and DF. RGB value is (58,182,223). Sum of RGB (Red+Green+Blue) = 58+182+223=463 (61% of max value = 765). Red value is 58 (23.05% from 255 or 12.53% from 463); Green value is 182 (71.48% from 255 or 39.31% from 463); Blue value is 223 (87.5% from 255 or 48.16% from 463); Max value from RGB is 223 - color contains mainly: blue. Hex color #3AB6DF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3AB6DF is #C54920. Grayscale: #959595. Windows color (decimal): -12929313 or 14661178. OLE color: 14661178.
HSL color Cylindrical-coordinate representation of color #3AB6DF: hue angle of 194.91º degrees, saturation: 0.72, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3AB6DF is Cyan = 0.74, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 58 | 182 | 223 | - |
| CMYK | 0.74 | 0.18 | 0 | 0.13 |
| HSL | 194.91º | 0.72% | 0.55% | - |
| HSV(B) | 194.91º | 0.74% | 0.87% | - |
| XYZ | 31.79 | 39.68 | 75.8 | - |
| YUV | 149.6 | 169.42 | 62.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 182 | 223 | 0.74 | 0.18 | 0 | 0.13 | 194.91 | 0.72 | 0.55 |
| Hex | 3A | B6 | DF | 4A | 12 | 0 | D | C3 | 48 | 37 |
| Octal | 72 | 266 | 337 | 112 | 22 | 0 | 15 | 303 | 110 | 67 |
| Binary | 111010 | 10110110 | 11011111 | 1001010 | 10010 | 0 | 1101 | 11000011 | 1001000 | 110111 |
Color Harmonies of #3AB6DF
Complementary color
Monochromatic Colors of #3AB6DF
Black with #3AB6DF
Text Example
Text Example
White with #3AB6DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3AB6DF; }
p { color: rgb(58,182,223); }
H1.HeaderClassName
{
color: #3AB6DF;
}
.AnyTagClassName
{
color: #3AB6DF;
}
</style>
background-color css
<style>
a { background-color: #3AB6DF; }
a { background-color: rgb(58,182,223); }
div.DivClassName
{
background-color: #3AB6DF;
}
.BgClassName
{
background-color: #3AB6DF;
}
</style>
border-color css
<style>
span { border-color: #3AB6DF; }
span { border-color: rgb(58,182,223); }
td.TdClassName
{
border-color: #3AB6DF;
}
.TagClassName
{
border-color: #3AB6DF;
}
</style>