Shades of Summer Sky #3FBAFE
Tints of Summer Sky #3FBAFE
RGB
CMYK
RGB Variations
Color information
#3FBAFE (or 0x3FBAFE) is known color: Summer Sky. HEX triplet: 3F, BA and FE. RGB value is (63,186,254). Sum of RGB (Red+Green+Blue) = 63+186+254=503 (66% of max value = 765). Red value is 63 (25% from 255 or 12.52% from 503); Green value is 186 (73.05% from 255 or 36.98% from 503); Blue value is 254 (99.61% from 255 or 50.50% from 503); Max value from RGB is 254 - color contains mainly: blue. Hex color #3FBAFE is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #3FBAFE is #C04501. Grayscale: #9C9C9C. Windows color (decimal): -12600578 or 16693823. OLE color: 16693823.
HSL color Cylindrical-coordinate representation of color #3FBAFE: hue angle of 201.36º degrees, saturation: 0.99, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3FBAFE is Cyan = 0.75, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 63 | 186 | 254 | - |
| CMYK | 0.75 | 0.27 | 0 | 0.00 |
| HSL | 201.36º | 0.99% | 0.62% | - |
| HSV(B) | 201.36º | 0.75% | 1% | - |
| XYZ | 37.5 | 43.33 | 100.15 | - |
| YUV | 156.98 | 182.75 | 60.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 186 | 254 | 0.75 | 0.27 | 0 | 0.00 | 201.36 | 0.99 | 0.62 |
| Hex | 3F | BA | FE | 4B | 1B | 0 | 0 | C9 | 63 | 3E |
| Octal | 77 | 272 | 376 | 113 | 33 | 0 | 0 | 311 | 143 | 76 |
| Binary | 111111 | 10111010 | 11111110 | 1001011 | 11011 | 0 | 0 | 11001001 | 1100011 | 111110 |
Color Harmonies of #3FBAFE
Complementary color
Monochromatic Colors of #3FBAFE
Black with #3FBAFE
Text Example
Text Example
White with #3FBAFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FBAFE; }
p { color: rgb(63,186,254); }
H1.HeaderClassName
{
color: #3FBAFE;
}
.AnyTagClassName
{
color: #3FBAFE;
}
</style>
background-color css
<style>
a { background-color: #3FBAFE; }
a { background-color: rgb(63,186,254); }
div.DivClassName
{
background-color: #3FBAFE;
}
.BgClassName
{
background-color: #3FBAFE;
}
</style>
border-color css
<style>
span { border-color: #3FBAFE; }
span { border-color: rgb(63,186,254); }
td.TdClassName
{
border-color: #3FBAFE;
}
.TagClassName
{
border-color: #3FBAFE;
}
</style>