Shades of Summer Sky #3FBDDF
Tints of Summer Sky #3FBDDF
RGB
CMYK
RGB Variations
Color information
#3FBDDF (or 0x3FBDDF) is known color: Summer Sky. HEX triplet: 3F, BD and DF. RGB value is (63,189,223). Sum of RGB (Red+Green+Blue) = 63+189+223=475 (62% of max value = 765). Red value is 63 (25% from 255 or 13.26% from 475); Green value is 189 (74.22% from 255 or 39.79% from 475); Blue value is 223 (87.5% from 255 or 46.95% from 475); Max value from RGB is 223 - color contains mainly: blue. Hex color #3FBDDF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3FBDDF is #C04220. Grayscale: #9A9A9A. Windows color (decimal): -12599841 or 14662975. OLE color: 14662975.
HSL color Cylindrical-coordinate representation of color #3FBDDF: hue angle of 192.75º 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 #3FBDDF is Cyan = 0.72, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 63 | 189 | 223 | - |
| CMYK | 0.72 | 0.15 | 0 | 0.13 |
| HSL | 192.75º | 0.71% | 0.56% | - |
| HSV(B) | 192.75º | 0.72% | 0.87% | - |
| XYZ | 33.57 | 42.78 | 76.3 | - |
| YUV | 155.2 | 166.26 | 62.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 189 | 223 | 0.72 | 0.15 | 0 | 0.13 | 192.75 | 0.71 | 0.56 |
| Hex | 3F | BD | DF | 48 | F | 0 | D | C1 | 47 | 38 |
| Octal | 77 | 275 | 337 | 110 | 17 | 0 | 15 | 301 | 107 | 70 |
| Binary | 111111 | 10111101 | 11011111 | 1001000 | 1111 | 0 | 1101 | 11000001 | 1000111 | 111000 |
Color Harmonies of #3FBDDF
Complementary color
Monochromatic Colors of #3FBDDF
Black with #3FBDDF
Text Example
Text Example
White with #3FBDDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FBDDF; }
p { color: rgb(63,189,223); }
H1.HeaderClassName
{
color: #3FBDDF;
}
.AnyTagClassName
{
color: #3FBDDF;
}
</style>
background-color css
<style>
a { background-color: #3FBDDF; }
a { background-color: rgb(63,189,223); }
div.DivClassName
{
background-color: #3FBDDF;
}
.BgClassName
{
background-color: #3FBDDF;
}
</style>
border-color css
<style>
span { border-color: #3FBDDF; }
span { border-color: rgb(63,189,223); }
td.TdClassName
{
border-color: #3FBDDF;
}
.TagClassName
{
border-color: #3FBDDF;
}
</style>