Shades of Summer Sky #3AB8DF
Tints of Summer Sky #3AB8DF
RGB
CMYK
RGB Variations
Color information
#3AB8DF (or 0x3AB8DF) is known color: Summer Sky. HEX triplet: 3A, B8 and DF. RGB value is (58,184,223). Sum of RGB (Red+Green+Blue) = 58+184+223=465 (61% of max value = 765). Red value is 58 (23.05% from 255 or 12.47% from 465); Green value is 184 (72.27% from 255 or 39.57% from 465); Blue value is 223 (87.5% from 255 or 47.96% from 465); Max value from RGB is 223 - color contains mainly: blue. Hex color #3AB8DF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3AB8DF is #C54720. Grayscale: #969696. Windows color (decimal): -12928801 or 14661690. OLE color: 14661690.
HSL color Cylindrical-coordinate representation of color #3AB8DF: hue angle of 194.18º 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 #3AB8DF is Cyan = 0.74, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 58 | 184 | 223 | - |
| CMYK | 0.74 | 0.17 | 0 | 0.13 |
| HSL | 194.18º | 0.72% | 0.55% | - |
| HSV(B) | 194.18º | 0.74% | 0.87% | - |
| XYZ | 32.2 | 40.51 | 75.93 | - |
| YUV | 150.77 | 168.76 | 61.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 184 | 223 | 0.74 | 0.17 | 0 | 0.13 | 194.18 | 0.72 | 0.55 |
| Hex | 3A | B8 | DF | 4A | 11 | 0 | D | C2 | 48 | 37 |
| Octal | 72 | 270 | 337 | 112 | 21 | 0 | 15 | 302 | 110 | 67 |
| Binary | 111010 | 10111000 | 11011111 | 1001010 | 10001 | 0 | 1101 | 11000010 | 1001000 | 110111 |
Color Harmonies of #3AB8DF
Complementary color
Monochromatic Colors of #3AB8DF
Black with #3AB8DF
Text Example
Text Example
White with #3AB8DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3AB8DF; }
p { color: rgb(58,184,223); }
H1.HeaderClassName
{
color: #3AB8DF;
}
.AnyTagClassName
{
color: #3AB8DF;
}
</style>
background-color css
<style>
a { background-color: #3AB8DF; }
a { background-color: rgb(58,184,223); }
div.DivClassName
{
background-color: #3AB8DF;
}
.BgClassName
{
background-color: #3AB8DF;
}
</style>
border-color css
<style>
span { border-color: #3AB8DF; }
span { border-color: rgb(58,184,223); }
td.TdClassName
{
border-color: #3AB8DF;
}
.TagClassName
{
border-color: #3AB8DF;
}
</style>