Shades of Summer Sky #3FB4EF
Tints of Summer Sky #3FB4EF
RGB
CMYK
RGB Variations
Color information
#3FB4EF (or 0x3FB4EF) is known color: Summer Sky. HEX triplet: 3F, B4 and EF. RGB value is (63,180,239). Sum of RGB (Red+Green+Blue) = 63+180+239=482 (63% of max value = 765). Red value is 63 (25% from 255 or 13.07% from 482); Green value is 180 (70.70% from 255 or 37.34% from 482); Blue value is 239 (93.75% from 255 or 49.59% from 482); Max value from RGB is 239 - color contains mainly: blue. Hex color #3FB4EF is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #3FB4EF is #C04B10. Grayscale: #979797. Windows color (decimal): -12602129 or 15709247. OLE color: 15709247.
HSL color Cylindrical-coordinate representation of color #3FB4EF: hue angle of 200.11º degrees, saturation: 0.85, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3FB4EF is Cyan = 0.74, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 63 | 180 | 239 | - |
| CMYK | 0.74 | 0.25 | 0 | 0.06 |
| HSL | 200.11º | 0.85% | 0.59% | - |
| HSV(B) | 200.11º | 0.74% | 0.94% | - |
| XYZ | 33.95 | 39.93 | 87.58 | - |
| YUV | 151.74 | 177.24 | 64.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 180 | 239 | 0.74 | 0.25 | 0 | 0.06 | 200.11 | 0.85 | 0.59 |
| Hex | 3F | B4 | EF | 4A | 19 | 0 | 6 | C8 | 55 | 3B |
| Octal | 77 | 264 | 357 | 112 | 31 | 0 | 6 | 310 | 125 | 73 |
| Binary | 111111 | 10110100 | 11101111 | 1001010 | 11001 | 0 | 110 | 11001000 | 1010101 | 111011 |
Color Harmonies of #3FB4EF
Complementary color
Monochromatic Colors of #3FB4EF
Black with #3FB4EF
Text Example
Text Example
White with #3FB4EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FB4EF; }
p { color: rgb(63,180,239); }
H1.HeaderClassName
{
color: #3FB4EF;
}
.AnyTagClassName
{
color: #3FB4EF;
}
</style>
background-color css
<style>
a { background-color: #3FB4EF; }
a { background-color: rgb(63,180,239); }
div.DivClassName
{
background-color: #3FB4EF;
}
.BgClassName
{
background-color: #3FB4EF;
}
</style>
border-color css
<style>
span { border-color: #3FB4EF; }
span { border-color: rgb(63,180,239); }
td.TdClassName
{
border-color: #3FB4EF;
}
.TagClassName
{
border-color: #3FB4EF;
}
</style>