Shades of Summer Sky #3FB3DB
Tints of Summer Sky #3FB3DB
RGB
CMYK
RGB Variations
Color information
#3FB3DB (or 0x3FB3DB) is known color: Summer Sky. HEX triplet: 3F, B3 and DB. RGB value is (63,179,219). Sum of RGB (Red+Green+Blue) = 63+179+219=461 (61% of max value = 765). Red value is 63 (25% from 255 or 13.67% from 461); Green value is 179 (70.31% from 255 or 38.83% from 461); Blue value is 219 (85.94% from 255 or 47.51% from 461); Max value from RGB is 219 - color contains mainly: blue. Hex color #3FB3DB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3FB3DB is #C04C24. Grayscale: #949494. Windows color (decimal): -12602405 or 14398271. OLE color: 14398271.
HSL color Cylindrical-coordinate representation of color #3FB3DB: hue angle of 195.38º 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 #3FB3DB is Cyan = 0.71, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 63 | 179 | 219 | - |
| CMYK | 0.71 | 0.18 | 0 | 0.14 |
| HSL | 195.38º | 0.68% | 0.55% | - |
| HSV(B) | 195.38º | 0.71% | 0.86% | - |
| XYZ | 30.96 | 38.41 | 72.8 | - |
| YUV | 148.88 | 167.57 | 66.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 179 | 219 | 0.71 | 0.18 | 0 | 0.14 | 195.38 | 0.68 | 0.55 |
| Hex | 3F | B3 | DB | 47 | 12 | 0 | E | C3 | 44 | 37 |
| Octal | 77 | 263 | 333 | 107 | 22 | 0 | 16 | 303 | 104 | 67 |
| Binary | 111111 | 10110011 | 11011011 | 1000111 | 10010 | 0 | 1110 | 11000011 | 1000100 | 110111 |
Color Harmonies of #3FB3DB
Complementary color
Monochromatic Colors of #3FB3DB
Black with #3FB3DB
Text Example
Text Example
White with #3FB3DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FB3DB; }
p { color: rgb(63,179,219); }
H1.HeaderClassName
{
color: #3FB3DB;
}
.AnyTagClassName
{
color: #3FB3DB;
}
</style>
background-color css
<style>
a { background-color: #3FB3DB; }
a { background-color: rgb(63,179,219); }
div.DivClassName
{
background-color: #3FB3DB;
}
.BgClassName
{
background-color: #3FB3DB;
}
</style>
border-color css
<style>
span { border-color: #3FB3DB; }
span { border-color: rgb(63,179,219); }
td.TdClassName
{
border-color: #3FB3DB;
}
.TagClassName
{
border-color: #3FB3DB;
}
</style>