Shades of Summer Sky #3AB5DC
Tints of Summer Sky #3AB5DC
RGB
CMYK
RGB Variations
Color information
#3AB5DC (or 0x3AB5DC) is known color: Summer Sky. HEX triplet: 3A, B5 and DC. RGB value is (58,181,220). Sum of RGB (Red+Green+Blue) = 58+181+220=459 (60% of max value = 765). Red value is 58 (23.05% from 255 or 12.64% from 459); Green value is 181 (71.09% from 255 or 39.43% from 459); Blue value is 220 (86.33% from 255 or 47.93% from 459); Max value from RGB is 220 - color contains mainly: blue. Hex color #3AB5DC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3AB5DC is #C54A23. Grayscale: #949494. Windows color (decimal): -12929572 or 14464314. OLE color: 14464314.
HSL color Cylindrical-coordinate representation of color #3AB5DC: hue angle of 194.44º degrees, saturation: 0.7, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3AB5DC is Cyan = 0.74, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 58 | 181 | 220 | - |
| CMYK | 0.74 | 0.18 | 0 | 0.14 |
| HSL | 194.44º | 0.7% | 0.55% | - |
| HSV(B) | 194.44º | 0.74% | 0.86% | - |
| XYZ | 31.19 | 39.11 | 73.62 | - |
| YUV | 148.67 | 168.25 | 63.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 181 | 220 | 0.74 | 0.18 | 0 | 0.14 | 194.44 | 0.7 | 0.55 |
| Hex | 3A | B5 | DC | 4A | 12 | 0 | E | C2 | 46 | 37 |
| Octal | 72 | 265 | 334 | 112 | 22 | 0 | 16 | 302 | 106 | 67 |
| Binary | 111010 | 10110101 | 11011100 | 1001010 | 10010 | 0 | 1110 | 11000010 | 1000110 | 110111 |
Color Harmonies of #3AB5DC
Complementary color
Monochromatic Colors of #3AB5DC
Black with #3AB5DC
Text Example
Text Example
White with #3AB5DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3AB5DC; }
p { color: rgb(58,181,220); }
H1.HeaderClassName
{
color: #3AB5DC;
}
.AnyTagClassName
{
color: #3AB5DC;
}
</style>
background-color css
<style>
a { background-color: #3AB5DC; }
a { background-color: rgb(58,181,220); }
div.DivClassName
{
background-color: #3AB5DC;
}
.BgClassName
{
background-color: #3AB5DC;
}
</style>
border-color css
<style>
span { border-color: #3AB5DC; }
span { border-color: rgb(58,181,220); }
td.TdClassName
{
border-color: #3AB5DC;
}
.TagClassName
{
border-color: #3AB5DC;
}
</style>