Shades of Summer Sky #3FBDDA
Tints of Summer Sky #3FBDDA
RGB
CMYK
RGB Variations
Color information
#3FBDDA (or 0x3FBDDA) is known color: Summer Sky. HEX triplet: 3F, BD and DA. RGB value is (63,189,218). Sum of RGB (Red+Green+Blue) = 63+189+218=470 (62% of max value = 765). Red value is 63 (25% from 255 or 13.40% from 470); Green value is 189 (74.22% from 255 or 40.21% from 470); Blue value is 218 (85.55% from 255 or 46.38% from 470); Max value from RGB is 218 - color contains mainly: blue. Hex color #3FBDDA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3FBDDA is #C04225. Grayscale: #9A9A9A. Windows color (decimal): -12599846 or 14335295. OLE color: 14335295.
HSL color Cylindrical-coordinate representation of color #3FBDDA: hue angle of 191.23º degrees, saturation: 0.68, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #3FBDDA is Cyan = 0.71, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 63 | 189 | 218 | - |
| CMYK | 0.71 | 0.13 | 0 | 0.15 |
| HSL | 191.23º | 0.68% | 0.55% | - |
| HSV(B) | 191.23º | 0.71% | 0.85% | - |
| XYZ | 32.9 | 42.51 | 72.8 | - |
| YUV | 154.63 | 163.76 | 62.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 189 | 218 | 0.71 | 0.13 | 0 | 0.15 | 191.23 | 0.68 | 0.55 |
| Hex | 3F | BD | DA | 47 | D | 0 | F | BF | 44 | 37 |
| Octal | 77 | 275 | 332 | 107 | 15 | 0 | 17 | 277 | 104 | 67 |
| Binary | 111111 | 10111101 | 11011010 | 1000111 | 1101 | 0 | 1111 | 10111111 | 1000100 | 110111 |
Color Harmonies of #3FBDDA
Complementary color
Monochromatic Colors of #3FBDDA
Black with #3FBDDA
Text Example
Text Example
White with #3FBDDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FBDDA; }
p { color: rgb(63,189,218); }
H1.HeaderClassName
{
color: #3FBDDA;
}
.AnyTagClassName
{
color: #3FBDDA;
}
</style>
background-color css
<style>
a { background-color: #3FBDDA; }
a { background-color: rgb(63,189,218); }
div.DivClassName
{
background-color: #3FBDDA;
}
.BgClassName
{
background-color: #3FBDDA;
}
</style>
border-color css
<style>
span { border-color: #3FBDDA; }
span { border-color: rgb(63,189,218); }
td.TdClassName
{
border-color: #3FBDDA;
}
.TagClassName
{
border-color: #3FBDDA;
}
</style>