Shades of Summer Sky #3FB9DD
Tints of Summer Sky #3FB9DD
RGB
CMYK
RGB Variations
Color information
#3FB9DD (or 0x3FB9DD) is known color: Summer Sky. HEX triplet: 3F, B9 and DD. RGB value is (63,185,221). Sum of RGB (Red+Green+Blue) = 63+185+221=469 (62% of max value = 765). Red value is 63 (25% from 255 or 13.43% from 469); Green value is 185 (72.66% from 255 or 39.45% from 469); Blue value is 221 (86.72% from 255 or 47.12% from 469); Max value from RGB is 221 - color contains mainly: blue. Hex color #3FB9DD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3FB9DD is #C04622. Grayscale: #989898. Windows color (decimal): -12600867 or 14530879. OLE color: 14530879.
HSL color Cylindrical-coordinate representation of color #3FB9DD: hue angle of 193.67º degrees, saturation: 0.7, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #3FB9DD is Cyan = 0.71, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 63 | 185 | 221 | - |
| CMYK | 0.71 | 0.16 | 0 | 0.13 |
| HSL | 193.67º | 0.7% | 0.56% | - |
| HSV(B) | 193.67º | 0.71% | 0.87% | - |
| XYZ | 32.45 | 40.98 | 74.61 | - |
| YUV | 152.63 | 166.58 | 64.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 185 | 221 | 0.71 | 0.16 | 0 | 0.13 | 193.67 | 0.7 | 0.56 |
| Hex | 3F | B9 | DD | 47 | 10 | 0 | D | C2 | 46 | 38 |
| Octal | 77 | 271 | 335 | 107 | 20 | 0 | 15 | 302 | 106 | 70 |
| Binary | 111111 | 10111001 | 11011101 | 1000111 | 10000 | 0 | 1101 | 11000010 | 1000110 | 111000 |
Color Harmonies of #3FB9DD
Complementary color
Monochromatic Colors of #3FB9DD
Black with #3FB9DD
Text Example
Text Example
White with #3FB9DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FB9DD; }
p { color: rgb(63,185,221); }
H1.HeaderClassName
{
color: #3FB9DD;
}
.AnyTagClassName
{
color: #3FB9DD;
}
</style>
background-color css
<style>
a { background-color: #3FB9DD; }
a { background-color: rgb(63,185,221); }
div.DivClassName
{
background-color: #3FB9DD;
}
.BgClassName
{
background-color: #3FB9DD;
}
</style>
border-color css
<style>
span { border-color: #3FB9DD; }
span { border-color: rgb(63,185,221); }
td.TdClassName
{
border-color: #3FB9DD;
}
.TagClassName
{
border-color: #3FB9DD;
}
</style>