Shades of Summer Sky #3FBEFF
Tints of Summer Sky #3FBEFF
RGB
CMYK
RGB Variations
Color information
#3FBEFF (or 0x3FBEFF) is known color: Summer Sky. HEX triplet: 3F, BE and FF. RGB value is (63,190,255). Sum of RGB (Red+Green+Blue) = 63+190+255=508 (67% of max value = 765). Red value is 63 (25% from 255 or 12.40% from 508); Green value is 190 (74.61% from 255 or 37.40% from 508); Blue value is 255 (100% from 255 or 50.20% from 508); Max value from RGB is 255 - color contains mainly: blue. Hex color #3FBEFF is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #3FBEFF is #C04100. Grayscale: #9F9F9F. Windows color (decimal): -12599553 or 16760383. OLE color: 16760383.
HSL color Cylindrical-coordinate representation of color #3FBEFF: hue angle of 200.31º degrees, saturation: 1, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3FBEFF is Cyan = 0.75, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 63 | 190 | 255 | - |
| CMYK | 0.75 | 0.25 | 0 | 0 |
| HSL | 200.31º | 1% | 0.62% | - |
| HSV(B) | 200.31º | 0.75% | 1% | - |
| XYZ | 38.51 | 45.1 | 101.28 | - |
| YUV | 159.44 | 181.92 | 59.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 190 | 255 | 0.75 | 0.25 | 0 | 0 | 200.31 | 1 | 0.62 |
| Hex | 3F | BE | FF | 4B | 19 | 0 | 0 | C8 | 64 | 3E |
| Octal | 77 | 276 | 377 | 113 | 31 | 0 | 0 | 310 | 144 | 76 |
| Binary | 111111 | 10111110 | 11111111 | 1001011 | 11001 | 0 | 0 | 11001000 | 1100100 | 111110 |
Color Harmonies of #3FBEFF
Complementary color
Monochromatic Colors of #3FBEFF
Black with #3FBEFF
Text Example
Text Example
White with #3FBEFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FBEFF; }
p { color: rgb(63,190,255); }
H1.HeaderClassName
{
color: #3FBEFF;
}
.AnyTagClassName
{
color: #3FBEFF;
}
</style>
background-color css
<style>
a { background-color: #3FBEFF; }
a { background-color: rgb(63,190,255); }
div.DivClassName
{
background-color: #3FBEFF;
}
.BgClassName
{
background-color: #3FBEFF;
}
</style>
border-color css
<style>
span { border-color: #3FBEFF; }
span { border-color: rgb(63,190,255); }
td.TdClassName
{
border-color: #3FBEFF;
}
.TagClassName
{
border-color: #3FBEFF;
}
</style>