Shades of Summer Sky #3FB4DB
Tints of Summer Sky #3FB4DB
RGB
CMYK
RGB Variations
Color information
#3FB4DB (or 0x3FB4DB) is known color: Summer Sky. HEX triplet: 3F, B4 and DB. RGB value is (63,180,219). Sum of RGB (Red+Green+Blue) = 63+180+219=462 (61% of max value = 765). Red value is 63 (25% from 255 or 13.64% from 462); Green value is 180 (70.70% from 255 or 38.96% from 462); Blue value is 219 (85.94% from 255 or 47.40% from 462); Max value from RGB is 219 - color contains mainly: blue. Hex color #3FB4DB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3FB4DB is #C04B24. Grayscale: #959595. Windows color (decimal): -12602149 or 14398527. OLE color: 14398527.
HSL color Cylindrical-coordinate representation of color #3FB4DB: hue angle of 195º 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 #3FB4DB is Cyan = 0.71, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 63 | 180 | 219 | - |
| CMYK | 0.71 | 0.18 | 0 | 0.14 |
| HSL | 195º | 0.68% | 0.55% | - |
| HSV(B) | 195º | 0.71% | 0.86% | - |
| XYZ | 31.16 | 38.81 | 72.87 | - |
| YUV | 149.46 | 167.24 | 66.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 180 | 219 | 0.71 | 0.18 | 0 | 0.14 | 195 | 0.68 | 0.55 |
| Hex | 3F | B4 | DB | 47 | 12 | 0 | E | C3 | 44 | 37 |
| Octal | 77 | 264 | 333 | 107 | 22 | 0 | 16 | 303 | 104 | 67 |
| Binary | 111111 | 10110100 | 11011011 | 1000111 | 10010 | 0 | 1110 | 11000011 | 1000100 | 110111 |
Color Harmonies of #3FB4DB
Complementary color
Monochromatic Colors of #3FB4DB
Black with #3FB4DB
Text Example
Text Example
White with #3FB4DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FB4DB; }
p { color: rgb(63,180,219); }
H1.HeaderClassName
{
color: #3FB4DB;
}
.AnyTagClassName
{
color: #3FB4DB;
}
</style>
background-color css
<style>
a { background-color: #3FB4DB; }
a { background-color: rgb(63,180,219); }
div.DivClassName
{
background-color: #3FB4DB;
}
.BgClassName
{
background-color: #3FB4DB;
}
</style>
border-color css
<style>
span { border-color: #3FB4DB; }
span { border-color: rgb(63,180,219); }
td.TdClassName
{
border-color: #3FB4DB;
}
.TagClassName
{
border-color: #3FB4DB;
}
</style>