Shades of Summer Sky #3BAEFE
Tints of Summer Sky #3BAEFE
RGB
CMYK
RGB Variations
Color information
#3BAEFE (or 0x3BAEFE) is known color: Summer Sky. HEX triplet: 3B, AE and FE. RGB value is (59,174,254). Sum of RGB (Red+Green+Blue) = 59+174+254=487 (64% of max value = 765). Red value is 59 (23.44% from 255 or 12.11% from 487); Green value is 174 (68.36% from 255 or 35.73% from 487); Blue value is 254 (99.61% from 255 or 52.16% from 487); Max value from RGB is 254 - color contains mainly: blue. Hex color #3BAEFE is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #3BAEFE is #C45101. Grayscale: #949494. Windows color (decimal): -12865794 or 16690747. OLE color: 16690747.
HSL color Cylindrical-coordinate representation of color #3BAEFE: hue angle of 204.62º degrees, saturation: 0.99, lightness: 0.61%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #3BAEFE is Cyan = 0.77, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 59 | 174 | 254 | - |
| CMYK | 0.77 | 0.31 | 0 | 0.00 |
| HSL | 204.62º | 0.99% | 0.61% | - |
| HSV(B) | 204.62º | 0.77% | 1% | - |
| XYZ | 34.83 | 38.36 | 99.33 | - |
| YUV | 148.74 | 187.4 | 64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 174 | 254 | 0.77 | 0.31 | 0 | 0.00 | 204.62 | 0.99 | 0.61 |
| Hex | 3B | AE | FE | 4D | 1F | 0 | 0 | CD | 63 | 3D |
| Octal | 73 | 256 | 376 | 115 | 37 | 0 | 0 | 315 | 143 | 75 |
| Binary | 111011 | 10101110 | 11111110 | 1001101 | 11111 | 0 | 0 | 11001101 | 1100011 | 111101 |
Color Harmonies of #3BAEFE
Complementary color
Monochromatic Colors of #3BAEFE
Black with #3BAEFE
Text Example
Text Example
White with #3BAEFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BAEFE; }
p { color: rgb(59,174,254); }
H1.HeaderClassName
{
color: #3BAEFE;
}
.AnyTagClassName
{
color: #3BAEFE;
}
</style>
background-color css
<style>
a { background-color: #3BAEFE; }
a { background-color: rgb(59,174,254); }
div.DivClassName
{
background-color: #3BAEFE;
}
.BgClassName
{
background-color: #3BAEFE;
}
</style>
border-color css
<style>
span { border-color: #3BAEFE; }
span { border-color: rgb(59,174,254); }
td.TdClassName
{
border-color: #3BAEFE;
}
.TagClassName
{
border-color: #3BAEFE;
}
</style>