Shades of Summer Sky #3FB5D5
Tints of Summer Sky #3FB5D5
RGB
CMYK
RGB Variations
Color information
#3FB5D5 (or 0x3FB5D5) is known color: Summer Sky. HEX triplet: 3F, B5 and D5. RGB value is (63,181,213). Sum of RGB (Red+Green+Blue) = 63+181+213=457 (60% of max value = 765). Red value is 63 (25% from 255 or 13.79% from 457); Green value is 181 (71.09% from 255 or 39.61% from 457); Blue value is 213 (83.59% from 255 or 46.61% from 457); Max value from RGB is 213 - color contains mainly: blue. Hex color #3FB5D5 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3FB5D5 is #C04A2A. Grayscale: #959595. Windows color (decimal): -12601899 or 14005567. OLE color: 14005567.
HSL color Cylindrical-coordinate representation of color #3FB5D5: hue angle of 192.8º degrees, saturation: 0.64, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #3FB5D5 is Cyan = 0.70, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 63 | 181 | 213 | - |
| CMYK | 0.70 | 0.15 | 0 | 0.16 |
| HSL | 192.8º | 0.64% | 0.54% | - |
| HSV(B) | 192.8º | 0.7% | 0.84% | - |
| XYZ | 30.58 | 38.91 | 68.85 | - |
| YUV | 149.37 | 163.91 | 66.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 181 | 213 | 0.70 | 0.15 | 0 | 0.16 | 192.8 | 0.64 | 0.54 |
| Hex | 3F | B5 | D5 | 46 | F | 0 | 10 | C1 | 40 | 36 |
| Octal | 77 | 265 | 325 | 106 | 17 | 0 | 20 | 301 | 100 | 66 |
| Binary | 111111 | 10110101 | 11010101 | 1000110 | 1111 | 0 | 10000 | 11000001 | 1000000 | 110110 |
Color Harmonies of #3FB5D5
Complementary color
Monochromatic Colors of #3FB5D5
Black with #3FB5D5
Text Example
Text Example
White with #3FB5D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FB5D5; }
p { color: rgb(63,181,213); }
H1.HeaderClassName
{
color: #3FB5D5;
}
.AnyTagClassName
{
color: #3FB5D5;
}
</style>
background-color css
<style>
a { background-color: #3FB5D5; }
a { background-color: rgb(63,181,213); }
div.DivClassName
{
background-color: #3FB5D5;
}
.BgClassName
{
background-color: #3FB5D5;
}
</style>
border-color css
<style>
span { border-color: #3FB5D5; }
span { border-color: rgb(63,181,213); }
td.TdClassName
{
border-color: #3FB5D5;
}
.TagClassName
{
border-color: #3FB5D5;
}
</style>