Shades of Summer Sky #3ABFDB
Tints of Summer Sky #3ABFDB
RGB
CMYK
RGB Variations
Color information
#3ABFDB (or 0x3ABFDB) is known color: Summer Sky. HEX triplet: 3A, BF and DB. RGB value is (58,191,219). Sum of RGB (Red+Green+Blue) = 58+191+219=468 (61% of max value = 765). Red value is 58 (23.05% from 255 or 12.39% from 468); Green value is 191 (75% from 255 or 40.81% from 468); Blue value is 219 (85.94% from 255 or 46.79% from 468); Max value from RGB is 219 - color contains mainly: blue. Hex color #3ABFDB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3ABFDB is #C54024. Grayscale: #9A9A9A. Windows color (decimal): -12927013 or 14401338. OLE color: 14401338.
HSL color Cylindrical-coordinate representation of color #3ABFDB: hue angle of 190.43º degrees, saturation: 0.69, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3ABFDB is Cyan = 0.74, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 58 | 191 | 219 | - |
| CMYK | 0.74 | 0.13 | 0 | 0.14 |
| HSL | 190.43º | 0.69% | 0.54% | - |
| HSV(B) | 190.43º | 0.74% | 0.86% | - |
| XYZ | 33.16 | 43.28 | 73.62 | - |
| YUV | 154.43 | 164.44 | 59.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 191 | 219 | 0.74 | 0.13 | 0 | 0.14 | 190.43 | 0.69 | 0.54 |
| Hex | 3A | BF | DB | 4A | D | 0 | E | BE | 45 | 36 |
| Octal | 72 | 277 | 333 | 112 | 15 | 0 | 16 | 276 | 105 | 66 |
| Binary | 111010 | 10111111 | 11011011 | 1001010 | 1101 | 0 | 1110 | 10111110 | 1000101 | 110110 |
Color Harmonies of #3ABFDB
Complementary color
Monochromatic Colors of #3ABFDB
Black with #3ABFDB
Text Example
Text Example
White with #3ABFDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3ABFDB; }
p { color: rgb(58,191,219); }
H1.HeaderClassName
{
color: #3ABFDB;
}
.AnyTagClassName
{
color: #3ABFDB;
}
</style>
background-color css
<style>
a { background-color: #3ABFDB; }
a { background-color: rgb(58,191,219); }
div.DivClassName
{
background-color: #3ABFDB;
}
.BgClassName
{
background-color: #3ABFDB;
}
</style>
border-color css
<style>
span { border-color: #3ABFDB; }
span { border-color: rgb(58,191,219); }
td.TdClassName
{
border-color: #3ABFDB;
}
.TagClassName
{
border-color: #3ABFDB;
}
</style>