Shades of Summer Sky #3ABFDD
Tints of Summer Sky #3ABFDD
RGB
CMYK
RGB Variations
Color information
#3ABFDD (or 0x3ABFDD) is known color: Summer Sky. HEX triplet: 3A, BF and DD. RGB value is (58,191,221). Sum of RGB (Red+Green+Blue) = 58+191+221=470 (62% of max value = 765). Red value is 58 (23.05% from 255 or 12.34% from 470); Green value is 191 (75% from 255 or 40.64% from 470); Blue value is 221 (86.72% from 255 or 47.02% from 470); Max value from RGB is 221 - color contains mainly: blue. Hex color #3ABFDD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3ABFDD is #C54022. Grayscale: #9A9A9A. Windows color (decimal): -12927011 or 14532410. OLE color: 14532410.
HSL color Cylindrical-coordinate representation of color #3ABFDD: hue angle of 191.04º 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 #3ABFDD is Cyan = 0.74, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 58 | 191 | 221 | - |
| CMYK | 0.74 | 0.14 | 0 | 0.13 |
| HSL | 191.04º | 0.71% | 0.55% | - |
| HSV(B) | 191.04º | 0.74% | 0.87% | - |
| XYZ | 33.43 | 43.38 | 75.02 | - |
| YUV | 154.65 | 165.44 | 59.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 191 | 221 | 0.74 | 0.14 | 0 | 0.13 | 191.04 | 0.71 | 0.55 |
| Hex | 3A | BF | DD | 4A | E | 0 | D | BF | 47 | 37 |
| Octal | 72 | 277 | 335 | 112 | 16 | 0 | 15 | 277 | 107 | 67 |
| Binary | 111010 | 10111111 | 11011101 | 1001010 | 1110 | 0 | 1101 | 10111111 | 1000111 | 110111 |
Color Harmonies of #3ABFDD
Complementary color
Monochromatic Colors of #3ABFDD
Black with #3ABFDD
Text Example
Text Example
White with #3ABFDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3ABFDD; }
p { color: rgb(58,191,221); }
H1.HeaderClassName
{
color: #3ABFDD;
}
.AnyTagClassName
{
color: #3ABFDD;
}
</style>
background-color css
<style>
a { background-color: #3ABFDD; }
a { background-color: rgb(58,191,221); }
div.DivClassName
{
background-color: #3ABFDD;
}
.BgClassName
{
background-color: #3ABFDD;
}
</style>
border-color css
<style>
span { border-color: #3ABFDD; }
span { border-color: rgb(58,191,221); }
td.TdClassName
{
border-color: #3ABFDD;
}
.TagClassName
{
border-color: #3ABFDD;
}
</style>