Shades of Summer Sky #3FB0EA
Tints of Summer Sky #3FB0EA
RGB
CMYK
RGB Variations
Color information
#3FB0EA (or 0x3FB0EA) is known color: Summer Sky. HEX triplet: 3F, B0 and EA. RGB value is (63,176,234). Sum of RGB (Red+Green+Blue) = 63+176+234=473 (62% of max value = 765). Red value is 63 (25% from 255 or 13.32% from 473); Green value is 176 (69.14% from 255 or 37.21% from 473); Blue value is 234 (91.80% from 255 or 49.47% from 473); Max value from RGB is 234 - color contains mainly: blue. Hex color #3FB0EA is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #3FB0EA is #C04F15. Grayscale: #949494. Windows color (decimal): -12603158 or 15380543. OLE color: 15380543.
HSL color Cylindrical-coordinate representation of color #3FB0EA: hue angle of 200.35º 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 #3FB0EA is Cyan = 0.73, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 63 | 176 | 234 | - |
| CMYK | 0.73 | 0.25 | 0 | 0.08 |
| HSL | 200.35º | 0.8% | 0.58% | - |
| HSV(B) | 200.35º | 0.73% | 0.92% | - |
| XYZ | 32.43 | 38.05 | 83.48 | - |
| YUV | 148.83 | 176.06 | 66.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 176 | 234 | 0.73 | 0.25 | 0 | 0.08 | 200.35 | 0.8 | 0.58 |
| Hex | 3F | B0 | EA | 49 | 19 | 0 | 8 | C8 | 50 | 3A |
| Octal | 77 | 260 | 352 | 111 | 31 | 0 | 10 | 310 | 120 | 72 |
| Binary | 111111 | 10110000 | 11101010 | 1001001 | 11001 | 0 | 1000 | 11001000 | 1010000 | 111010 |
Color Harmonies of #3FB0EA
Complementary color
Monochromatic Colors of #3FB0EA
Black with #3FB0EA
Text Example
Text Example
White with #3FB0EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FB0EA; }
p { color: rgb(63,176,234); }
H1.HeaderClassName
{
color: #3FB0EA;
}
.AnyTagClassName
{
color: #3FB0EA;
}
</style>
background-color css
<style>
a { background-color: #3FB0EA; }
a { background-color: rgb(63,176,234); }
div.DivClassName
{
background-color: #3FB0EA;
}
.BgClassName
{
background-color: #3FB0EA;
}
</style>
border-color css
<style>
span { border-color: #3FB0EA; }
span { border-color: rgb(63,176,234); }
td.TdClassName
{
border-color: #3FB0EA;
}
.TagClassName
{
border-color: #3FB0EA;
}
</style>