Shades of Summer Sky #3ABFDF
Tints of Summer Sky #3ABFDF
RGB
CMYK
RGB Variations
Color information
#3ABFDF (or 0x3ABFDF) is known color: Summer Sky. HEX triplet: 3A, BF and DF. RGB value is (58,191,223). Sum of RGB (Red+Green+Blue) = 58+191+223=472 (62% of max value = 765). Red value is 58 (23.05% from 255 or 12.29% from 472); Green value is 191 (75% from 255 or 40.47% from 472); Blue value is 223 (87.5% from 255 or 47.25% from 472); Max value from RGB is 223 - color contains mainly: blue. Hex color #3ABFDF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3ABFDF is #C54020. Grayscale: #9A9A9A. Windows color (decimal): -12927009 or 14663482. OLE color: 14663482.
HSL color Cylindrical-coordinate representation of color #3ABFDF: hue angle of 191.64º 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 #3ABFDF is Cyan = 0.74, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 58 | 191 | 223 | - |
| CMYK | 0.74 | 0.14 | 0 | 0.13 |
| HSL | 191.64º | 0.72% | 0.55% | - |
| HSV(B) | 191.64º | 0.74% | 0.87% | - |
| XYZ | 33.7 | 43.49 | 76.43 | - |
| YUV | 154.88 | 166.44 | 58.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 191 | 223 | 0.74 | 0.14 | 0 | 0.13 | 191.64 | 0.72 | 0.55 |
| Hex | 3A | BF | DF | 4A | E | 0 | D | C0 | 48 | 37 |
| Octal | 72 | 277 | 337 | 112 | 16 | 0 | 15 | 300 | 110 | 67 |
| Binary | 111010 | 10111111 | 11011111 | 1001010 | 1110 | 0 | 1101 | 11000000 | 1001000 | 110111 |
Color Harmonies of #3ABFDF
Complementary color
Monochromatic Colors of #3ABFDF
Black with #3ABFDF
Text Example
Text Example
White with #3ABFDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3ABFDF; }
p { color: rgb(58,191,223); }
H1.HeaderClassName
{
color: #3ABFDF;
}
.AnyTagClassName
{
color: #3ABFDF;
}
</style>
background-color css
<style>
a { background-color: #3ABFDF; }
a { background-color: rgb(58,191,223); }
div.DivClassName
{
background-color: #3ABFDF;
}
.BgClassName
{
background-color: #3ABFDF;
}
</style>
border-color css
<style>
span { border-color: #3ABFDF; }
span { border-color: rgb(58,191,223); }
td.TdClassName
{
border-color: #3ABFDF;
}
.TagClassName
{
border-color: #3ABFDF;
}
</style>