Shades of Summer Sky #3FB4EA
Tints of Summer Sky #3FB4EA
RGB
CMYK
RGB Variations
Color information
#3FB4EA (or 0x3FB4EA) is known color: Summer Sky. HEX triplet: 3F, B4 and EA. RGB value is (63,180,234). Sum of RGB (Red+Green+Blue) = 63+180+234=477 (63% of max value = 765). Red value is 63 (25% from 255 or 13.21% from 477); Green value is 180 (70.70% from 255 or 37.74% from 477); Blue value is 234 (91.80% from 255 or 49.06% from 477); Max value from RGB is 234 - color contains mainly: blue. Hex color #3FB4EA is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #3FB4EA is #C04B15. Grayscale: #969696. Windows color (decimal): -12602134 or 15381567. OLE color: 15381567.
HSL color Cylindrical-coordinate representation of color #3FB4EA: hue angle of 198.95º 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 #3FB4EA is Cyan = 0.73, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 63 | 180 | 234 | - |
| CMYK | 0.73 | 0.23 | 0 | 0.08 |
| HSL | 198.95º | 0.8% | 0.58% | - |
| HSV(B) | 198.95º | 0.73% | 0.92% | - |
| XYZ | 33.22 | 39.64 | 83.74 | - |
| YUV | 151.17 | 174.74 | 65.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 180 | 234 | 0.73 | 0.23 | 0 | 0.08 | 198.95 | 0.8 | 0.58 |
| Hex | 3F | B4 | EA | 49 | 17 | 0 | 8 | C7 | 50 | 3A |
| Octal | 77 | 264 | 352 | 111 | 27 | 0 | 10 | 307 | 120 | 72 |
| Binary | 111111 | 10110100 | 11101010 | 1001001 | 10111 | 0 | 1000 | 11000111 | 1010000 | 111010 |
Color Harmonies of #3FB4EA
Complementary color
Monochromatic Colors of #3FB4EA
Black with #3FB4EA
Text Example
Text Example
White with #3FB4EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FB4EA; }
p { color: rgb(63,180,234); }
H1.HeaderClassName
{
color: #3FB4EA;
}
.AnyTagClassName
{
color: #3FB4EA;
}
</style>
background-color css
<style>
a { background-color: #3FB4EA; }
a { background-color: rgb(63,180,234); }
div.DivClassName
{
background-color: #3FB4EA;
}
.BgClassName
{
background-color: #3FB4EA;
}
</style>
border-color css
<style>
span { border-color: #3FB4EA; }
span { border-color: rgb(63,180,234); }
td.TdClassName
{
border-color: #3FB4EA;
}
.TagClassName
{
border-color: #3FB4EA;
}
</style>