Shades of Summer Sky #3FB2DF
Tints of Summer Sky #3FB2DF
RGB
CMYK
RGB Variations
Color information
#3FB2DF (or 0x3FB2DF) is known color: Summer Sky. HEX triplet: 3F, B2 and DF. RGB value is (63,178,223). Sum of RGB (Red+Green+Blue) = 63+178+223=464 (61% of max value = 765). Red value is 63 (25% from 255 or 13.58% from 464); Green value is 178 (69.92% from 255 or 38.36% from 464); Blue value is 223 (87.5% from 255 or 48.06% from 464); Max value from RGB is 223 - color contains mainly: blue. Hex color #3FB2DF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3FB2DF is #C04D20. Grayscale: #949494. Windows color (decimal): -12602657 or 14660159. OLE color: 14660159.
HSL color Cylindrical-coordinate representation of color #3FB2DF: hue angle of 196.88º 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 #3FB2DF is Cyan = 0.72, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 63 | 178 | 223 | - |
| CMYK | 0.72 | 0.20 | 0 | 0.13 |
| HSL | 196.88º | 0.71% | 0.56% | - |
| HSV(B) | 196.88º | 0.72% | 0.87% | - |
| XYZ | 31.29 | 38.23 | 75.54 | - |
| YUV | 148.75 | 169.9 | 66.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 178 | 223 | 0.72 | 0.20 | 0 | 0.13 | 196.88 | 0.71 | 0.56 |
| Hex | 3F | B2 | DF | 48 | 14 | 0 | D | C5 | 47 | 38 |
| Octal | 77 | 262 | 337 | 110 | 24 | 0 | 15 | 305 | 107 | 70 |
| Binary | 111111 | 10110010 | 11011111 | 1001000 | 10100 | 0 | 1101 | 11000101 | 1000111 | 111000 |
Color Harmonies of #3FB2DF
Complementary color
Monochromatic Colors of #3FB2DF
Black with #3FB2DF
Text Example
Text Example
White with #3FB2DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FB2DF; }
p { color: rgb(63,178,223); }
H1.HeaderClassName
{
color: #3FB2DF;
}
.AnyTagClassName
{
color: #3FB2DF;
}
</style>
background-color css
<style>
a { background-color: #3FB2DF; }
a { background-color: rgb(63,178,223); }
div.DivClassName
{
background-color: #3FB2DF;
}
.BgClassName
{
background-color: #3FB2DF;
}
</style>
border-color css
<style>
span { border-color: #3FB2DF; }
span { border-color: rgb(63,178,223); }
td.TdClassName
{
border-color: #3FB2DF;
}
.TagClassName
{
border-color: #3FB2DF;
}
</style>