Shades of Summer Sky #3FB0DF
Tints of Summer Sky #3FB0DF
RGB
CMYK
RGB Variations
Color information
#3FB0DF (or 0x3FB0DF) is known color: Summer Sky. HEX triplet: 3F, B0 and DF. RGB value is (63,176,223). Sum of RGB (Red+Green+Blue) = 63+176+223=462 (61% of max value = 765). Red value is 63 (25% from 255 or 13.64% from 462); Green value is 176 (69.14% from 255 or 38.10% from 462); Blue value is 223 (87.5% from 255 or 48.27% from 462); Max value from RGB is 223 - color contains mainly: blue. Hex color #3FB0DF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3FB0DF is #C04F20. Grayscale: #939393. Windows color (decimal): -12603169 or 14659647. OLE color: 14659647.
HSL color Cylindrical-coordinate representation of color #3FB0DF: hue angle of 197.62º degrees, saturation: 0.71, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3FB0DF is Cyan = 0.72, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 63 | 176 | 223 | - |
| CMYK | 0.72 | 0.21 | 0 | 0.13 |
| HSL | 197.63º | 0.71% | 0.56% | - |
| HSV(B) | 197.63º | 0.72% | 0.87% | - |
| XYZ | 30.89 | 37.44 | 75.41 | - |
| YUV | 147.57 | 170.56 | 67.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 176 | 223 | 0.72 | 0.21 | 0 | 0.13 | 197.63 | 0.71 | 0.56 |
| Hex | 3F | B0 | DF | 48 | 15 | 0 | D | C6 | 47 | 38 |
| Octal | 77 | 260 | 337 | 110 | 25 | 0 | 15 | 306 | 107 | 70 |
| Binary | 111111 | 10110000 | 11011111 | 1001000 | 10101 | 0 | 1101 | 11000110 | 1000111 | 111000 |
Color Harmonies of #3FB0DF
Complementary color
Monochromatic Colors of #3FB0DF
Black with #3FB0DF
Text Example
Text Example
White with #3FB0DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FB0DF; }
p { color: rgb(63,176,223); }
H1.HeaderClassName
{
color: #3FB0DF;
}
.AnyTagClassName
{
color: #3FB0DF;
}
</style>
background-color css
<style>
a { background-color: #3FB0DF; }
a { background-color: rgb(63,176,223); }
div.DivClassName
{
background-color: #3FB0DF;
}
.BgClassName
{
background-color: #3FB0DF;
}
</style>
border-color css
<style>
span { border-color: #3FB0DF; }
span { border-color: rgb(63,176,223); }
td.TdClassName
{
border-color: #3FB0DF;
}
.TagClassName
{
border-color: #3FB0DF;
}
</style>