Shades of Summer Sky #3FBDEA
Tints of Summer Sky #3FBDEA
RGB
CMYK
RGB Variations
Color information
#3FBDEA (or 0x3FBDEA) is known color: Summer Sky. HEX triplet: 3F, BD and EA. RGB value is (63,189,234). Sum of RGB (Red+Green+Blue) = 63+189+234=486 (64% of max value = 765). Red value is 63 (25% from 255 or 12.96% from 486); Green value is 189 (74.22% from 255 or 38.89% from 486); Blue value is 234 (91.80% from 255 or 48.15% from 486); Max value from RGB is 234 - color contains mainly: blue. Hex color #3FBDEA is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #3FBDEA is #C04215. Grayscale: #9C9C9C. Windows color (decimal): -12599830 or 15383871. OLE color: 15383871.
HSL color Cylindrical-coordinate representation of color #3FBDEA: hue angle of 195.79º degrees, saturation: 0.8, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3FBDEA is Cyan = 0.73, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 63 | 189 | 234 | - |
| CMYK | 0.73 | 0.19 | 0 | 0.08 |
| HSL | 195.79º | 0.8% | 0.58% | - |
| HSV(B) | 195.79º | 0.73% | 0.92% | - |
| XYZ | 35.1 | 43.39 | 84.37 | - |
| YUV | 156.46 | 171.76 | 61.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 189 | 234 | 0.73 | 0.19 | 0 | 0.08 | 195.79 | 0.8 | 0.58 |
| Hex | 3F | BD | EA | 49 | 13 | 0 | 8 | C4 | 50 | 3A |
| Octal | 77 | 275 | 352 | 111 | 23 | 0 | 10 | 304 | 120 | 72 |
| Binary | 111111 | 10111101 | 11101010 | 1001001 | 10011 | 0 | 1000 | 11000100 | 1010000 | 111010 |
Color Harmonies of #3FBDEA
Complementary color
Monochromatic Colors of #3FBDEA
Black with #3FBDEA
Text Example
Text Example
White with #3FBDEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FBDEA; }
p { color: rgb(63,189,234); }
H1.HeaderClassName
{
color: #3FBDEA;
}
.AnyTagClassName
{
color: #3FBDEA;
}
</style>
background-color css
<style>
a { background-color: #3FBDEA; }
a { background-color: rgb(63,189,234); }
div.DivClassName
{
background-color: #3FBDEA;
}
.BgClassName
{
background-color: #3FBDEA;
}
</style>
border-color css
<style>
span { border-color: #3FBDEA; }
span { border-color: rgb(63,189,234); }
td.TdClassName
{
border-color: #3FBDEA;
}
.TagClassName
{
border-color: #3FBDEA;
}
</style>