Shades of Summer Sky #3FBEEF
Tints of Summer Sky #3FBEEF
RGB
CMYK
RGB Variations
Color information
#3FBEEF (or 0x3FBEEF) is known color: Summer Sky. HEX triplet: 3F, BE and EF. RGB value is (63,190,239). Sum of RGB (Red+Green+Blue) = 63+190+239=492 (65% of max value = 765). Red value is 63 (25% from 255 or 12.80% from 492); Green value is 190 (74.61% from 255 or 38.62% from 492); Blue value is 239 (93.75% from 255 or 48.58% from 492); Max value from RGB is 239 - color contains mainly: blue. Hex color #3FBEEF is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #3FBEEF is #C04110. Grayscale: #9D9D9D. Windows color (decimal): -12599569 or 15711807. OLE color: 15711807.
HSL color Cylindrical-coordinate representation of color #3FBEEF: hue angle of 196.7º 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 #3FBEEF is Cyan = 0.74, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 63 | 190 | 239 | - |
| CMYK | 0.74 | 0.21 | 0 | 0.06 |
| HSL | 196.7º | 0.85% | 0.59% | - |
| HSV(B) | 196.7º | 0.74% | 0.94% | - |
| XYZ | 36.04 | 44.12 | 88.28 | - |
| YUV | 157.61 | 173.92 | 60.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 190 | 239 | 0.74 | 0.21 | 0 | 0.06 | 196.7 | 0.85 | 0.59 |
| Hex | 3F | BE | EF | 4A | 15 | 0 | 6 | C5 | 55 | 3B |
| Octal | 77 | 276 | 357 | 112 | 25 | 0 | 6 | 305 | 125 | 73 |
| Binary | 111111 | 10111110 | 11101111 | 1001010 | 10101 | 0 | 110 | 11000101 | 1010101 | 111011 |
Color Harmonies of #3FBEEF
Complementary color
Monochromatic Colors of #3FBEEF
Black with #3FBEEF
Text Example
Text Example
White with #3FBEEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FBEEF; }
p { color: rgb(63,190,239); }
H1.HeaderClassName
{
color: #3FBEEF;
}
.AnyTagClassName
{
color: #3FBEEF;
}
</style>
background-color css
<style>
a { background-color: #3FBEEF; }
a { background-color: rgb(63,190,239); }
div.DivClassName
{
background-color: #3FBEEF;
}
.BgClassName
{
background-color: #3FBEEF;
}
</style>
border-color css
<style>
span { border-color: #3FBEEF; }
span { border-color: rgb(63,190,239); }
td.TdClassName
{
border-color: #3FBEEF;
}
.TagClassName
{
border-color: #3FBEEF;
}
</style>