Shades of Summer Sky #3FBAE5
Tints of Summer Sky #3FBAE5
RGB
CMYK
RGB Variations
Color information
#3FBAE5 (or 0x3FBAE5) is known color: Summer Sky. HEX triplet: 3F, BA and E5. RGB value is (63,186,229). Sum of RGB (Red+Green+Blue) = 63+186+229=478 (63% of max value = 765). Red value is 63 (25% from 255 or 13.18% from 478); Green value is 186 (73.05% from 255 or 38.91% from 478); Blue value is 229 (89.84% from 255 or 47.91% from 478); Max value from RGB is 229 - color contains mainly: blue. Hex color #3FBAE5 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3FBAE5 is #C0451A. Grayscale: #999999. Windows color (decimal): -12600603 or 15055423. OLE color: 15055423.
HSL color Cylindrical-coordinate representation of color #3FBAE5: hue angle of 195.54º degrees, saturation: 0.76, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3FBAE5 is Cyan = 0.72, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 63 | 186 | 229 | - |
| CMYK | 0.72 | 0.19 | 0 | 0.10 |
| HSL | 195.54º | 0.76% | 0.57% | - |
| HSV(B) | 195.54º | 0.72% | 0.9% | - |
| XYZ | 33.75 | 41.83 | 80.42 | - |
| YUV | 154.13 | 170.25 | 63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 186 | 229 | 0.72 | 0.19 | 0 | 0.10 | 195.54 | 0.76 | 0.57 |
| Hex | 3F | BA | E5 | 48 | 13 | 0 | A | C4 | 4C | 39 |
| Octal | 77 | 272 | 345 | 110 | 23 | 0 | 12 | 304 | 114 | 71 |
| Binary | 111111 | 10111010 | 11100101 | 1001000 | 10011 | 0 | 1010 | 11000100 | 1001100 | 111001 |
Color Harmonies of #3FBAE5
Complementary color
Monochromatic Colors of #3FBAE5
Black with #3FBAE5
Text Example
Text Example
White with #3FBAE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FBAE5; }
p { color: rgb(63,186,229); }
H1.HeaderClassName
{
color: #3FBAE5;
}
.AnyTagClassName
{
color: #3FBAE5;
}
</style>
background-color css
<style>
a { background-color: #3FBAE5; }
a { background-color: rgb(63,186,229); }
div.DivClassName
{
background-color: #3FBAE5;
}
.BgClassName
{
background-color: #3FBAE5;
}
</style>
border-color css
<style>
span { border-color: #3FBAE5; }
span { border-color: rgb(63,186,229); }
td.TdClassName
{
border-color: #3FBAE5;
}
.TagClassName
{
border-color: #3FBAE5;
}
</style>