Shades of Summer Sky #3FBFDB
Tints of Summer Sky #3FBFDB
RGB
CMYK
RGB Variations
Color information
#3FBFDB (or 0x3FBFDB) is known color: Summer Sky. HEX triplet: 3F, BF and DB. RGB value is (63,191,219). Sum of RGB (Red+Green+Blue) = 63+191+219=473 (62% of max value = 765). Red value is 63 (25% from 255 or 13.32% from 473); Green value is 191 (75% from 255 or 40.38% from 473); Blue value is 219 (85.94% from 255 or 46.30% from 473); Max value from RGB is 219 - color contains mainly: blue. Hex color #3FBFDB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3FBFDB is #C04024. Grayscale: #9B9B9B. Windows color (decimal): -12599333 or 14401343. OLE color: 14401343.
HSL color Cylindrical-coordinate representation of color #3FBFDB: hue angle of 190.77º 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 #3FBFDB is Cyan = 0.71, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 63 | 191 | 219 | - |
| CMYK | 0.71 | 0.13 | 0 | 0.14 |
| HSL | 190.77º | 0.68% | 0.55% | - |
| HSV(B) | 190.77º | 0.71% | 0.86% | - |
| XYZ | 33.47 | 43.43 | 73.64 | - |
| YUV | 155.92 | 163.59 | 61.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 191 | 219 | 0.71 | 0.13 | 0 | 0.14 | 190.77 | 0.68 | 0.55 |
| Hex | 3F | BF | DB | 47 | D | 0 | E | BF | 44 | 37 |
| Octal | 77 | 277 | 333 | 107 | 15 | 0 | 16 | 277 | 104 | 67 |
| Binary | 111111 | 10111111 | 11011011 | 1000111 | 1101 | 0 | 1110 | 10111111 | 1000100 | 110111 |
Color Harmonies of #3FBFDB
Complementary color
Monochromatic Colors of #3FBFDB
Black with #3FBFDB
Text Example
Text Example
White with #3FBFDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FBFDB; }
p { color: rgb(63,191,219); }
H1.HeaderClassName
{
color: #3FBFDB;
}
.AnyTagClassName
{
color: #3FBFDB;
}
</style>
background-color css
<style>
a { background-color: #3FBFDB; }
a { background-color: rgb(63,191,219); }
div.DivClassName
{
background-color: #3FBFDB;
}
.BgClassName
{
background-color: #3FBFDB;
}
</style>
border-color css
<style>
span { border-color: #3FBFDB; }
span { border-color: rgb(63,191,219); }
td.TdClassName
{
border-color: #3FBFDB;
}
.TagClassName
{
border-color: #3FBFDB;
}
</style>