Shades of Summer Sky #3FABDB
Tints of Summer Sky #3FABDB
RGB
CMYK
RGB Variations
Color information
#3FABDB (or 0x3FABDB) is known color: Summer Sky. HEX triplet: 3F, AB and DB. RGB value is (63,171,219). Sum of RGB (Red+Green+Blue) = 63+171+219=453 (60% of max value = 765). Red value is 63 (25% from 255 or 13.91% from 453); Green value is 171 (67.19% from 255 or 37.75% from 453); Blue value is 219 (85.94% from 255 or 48.34% from 453); Max value from RGB is 219 - color contains mainly: blue. Hex color #3FABDB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3FABDB is #C05424. Grayscale: #8F8F8F. Windows color (decimal): -12604453 or 14396223. OLE color: 14396223.
HSL color Cylindrical-coordinate representation of color #3FABDB: hue angle of 198.46º degrees, saturation: 0.68, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #3FABDB is Cyan = 0.71, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 63 | 171 | 219 | - |
| CMYK | 0.71 | 0.22 | 0 | 0.14 |
| HSL | 198.46º | 0.68% | 0.55% | - |
| HSV(B) | 198.46º | 0.71% | 0.86% | - |
| XYZ | 29.4 | 35.3 | 72.28 | - |
| YUV | 144.18 | 170.22 | 70.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 171 | 219 | 0.71 | 0.22 | 0 | 0.14 | 198.46 | 0.68 | 0.55 |
| Hex | 3F | AB | DB | 47 | 16 | 0 | E | C6 | 44 | 37 |
| Octal | 77 | 253 | 333 | 107 | 26 | 0 | 16 | 306 | 104 | 67 |
| Binary | 111111 | 10101011 | 11011011 | 1000111 | 10110 | 0 | 1110 | 11000110 | 1000100 | 110111 |
Color Harmonies of #3FABDB
Complementary color
Monochromatic Colors of #3FABDB
Black with #3FABDB
Text Example
Text Example
White with #3FABDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FABDB; }
p { color: rgb(63,171,219); }
H1.HeaderClassName
{
color: #3FABDB;
}
.AnyTagClassName
{
color: #3FABDB;
}
</style>
background-color css
<style>
a { background-color: #3FABDB; }
a { background-color: rgb(63,171,219); }
div.DivClassName
{
background-color: #3FABDB;
}
.BgClassName
{
background-color: #3FABDB;
}
</style>
border-color css
<style>
span { border-color: #3FABDB; }
span { border-color: rgb(63,171,219); }
td.TdClassName
{
border-color: #3FABDB;
}
.TagClassName
{
border-color: #3FABDB;
}
</style>