Shades of Summer Sky #3AB3DD
Tints of Summer Sky #3AB3DD
RGB
CMYK
RGB Variations
Color information
#3AB3DD (or 0x3AB3DD) is known color: Summer Sky. HEX triplet: 3A, B3 and DD. RGB value is (58,179,221). Sum of RGB (Red+Green+Blue) = 58+179+221=458 (60% of max value = 765). Red value is 58 (23.05% from 255 or 12.66% from 458); Green value is 179 (70.31% from 255 or 39.08% from 458); Blue value is 221 (86.72% from 255 or 48.25% from 458); Max value from RGB is 221 - color contains mainly: blue. Hex color #3AB3DD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3AB3DD is #C54C22. Grayscale: #939393. Windows color (decimal): -12930083 or 14529338. OLE color: 14529338.
HSL color Cylindrical-coordinate representation of color #3AB3DD: hue angle of 195.46º degrees, saturation: 0.71, 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 #3AB3DD is Cyan = 0.74, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 58 | 179 | 221 | - |
| CMYK | 0.74 | 0.19 | 0 | 0.13 |
| HSL | 195.46º | 0.71% | 0.55% | - |
| HSV(B) | 195.46º | 0.74% | 0.87% | - |
| XYZ | 30.92 | 38.36 | 74.18 | - |
| YUV | 147.61 | 169.41 | 64.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 179 | 221 | 0.74 | 0.19 | 0 | 0.13 | 195.46 | 0.71 | 0.55 |
| Hex | 3A | B3 | DD | 4A | 13 | 0 | D | C3 | 47 | 37 |
| Octal | 72 | 263 | 335 | 112 | 23 | 0 | 15 | 303 | 107 | 67 |
| Binary | 111010 | 10110011 | 11011101 | 1001010 | 10011 | 0 | 1101 | 11000011 | 1000111 | 110111 |
Color Harmonies of #3AB3DD
Complementary color
Monochromatic Colors of #3AB3DD
Black with #3AB3DD
Text Example
Text Example
White with #3AB3DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3AB3DD; }
p { color: rgb(58,179,221); }
H1.HeaderClassName
{
color: #3AB3DD;
}
.AnyTagClassName
{
color: #3AB3DD;
}
</style>
background-color css
<style>
a { background-color: #3AB3DD; }
a { background-color: rgb(58,179,221); }
div.DivClassName
{
background-color: #3AB3DD;
}
.BgClassName
{
background-color: #3AB3DD;
}
</style>
border-color css
<style>
span { border-color: #3AB3DD; }
span { border-color: rgb(58,179,221); }
td.TdClassName
{
border-color: #3AB3DD;
}
.TagClassName
{
border-color: #3AB3DD;
}
</style>