Shades of Summer Sky #3FBEDF
Tints of Summer Sky #3FBEDF
RGB
CMYK
RGB Variations
Color information
#3FBEDF (or 0x3FBEDF) is known color: Summer Sky. HEX triplet: 3F, BE and DF. RGB value is (63,190,223). Sum of RGB (Red+Green+Blue) = 63+190+223=476 (63% of max value = 765). Red value is 63 (25% from 255 or 13.24% from 476); Green value is 190 (74.61% from 255 or 39.92% from 476); Blue value is 223 (87.5% from 255 or 46.85% from 476); Max value from RGB is 223 - color contains mainly: blue. Hex color #3FBEDF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3FBEDF is #C04120. Grayscale: #9B9B9B. Windows color (decimal): -12599585 or 14663231. OLE color: 14663231.
HSL color Cylindrical-coordinate representation of color #3FBEDF: hue angle of 192.38º 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 #3FBEDF is Cyan = 0.72, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 63 | 190 | 223 | - |
| CMYK | 0.72 | 0.15 | 0 | 0.13 |
| HSL | 192.38º | 0.71% | 0.56% | - |
| HSV(B) | 192.38º | 0.72% | 0.87% | - |
| XYZ | 33.78 | 43.21 | 76.37 | - |
| YUV | 155.79 | 165.92 | 61.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 190 | 223 | 0.72 | 0.15 | 0 | 0.13 | 192.38 | 0.71 | 0.56 |
| Hex | 3F | BE | DF | 48 | F | 0 | D | C0 | 47 | 38 |
| Octal | 77 | 276 | 337 | 110 | 17 | 0 | 15 | 300 | 107 | 70 |
| Binary | 111111 | 10111110 | 11011111 | 1001000 | 1111 | 0 | 1101 | 11000000 | 1000111 | 111000 |
Color Harmonies of #3FBEDF
Complementary color
Monochromatic Colors of #3FBEDF
Black with #3FBEDF
Text Example
Text Example
White with #3FBEDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FBEDF; }
p { color: rgb(63,190,223); }
H1.HeaderClassName
{
color: #3FBEDF;
}
.AnyTagClassName
{
color: #3FBEDF;
}
</style>
background-color css
<style>
a { background-color: #3FBEDF; }
a { background-color: rgb(63,190,223); }
div.DivClassName
{
background-color: #3FBEDF;
}
.BgClassName
{
background-color: #3FBEDF;
}
</style>
border-color css
<style>
span { border-color: #3FBEDF; }
span { border-color: rgb(63,190,223); }
td.TdClassName
{
border-color: #3FBEDF;
}
.TagClassName
{
border-color: #3FBEDF;
}
</style>