Shades of Summer Sky #3BAFEF
Tints of Summer Sky #3BAFEF
RGB
CMYK
RGB Variations
Color information
#3BAFEF (or 0x3BAFEF) is known color: Summer Sky. HEX triplet: 3B, AF and EF. RGB value is (59,175,239). Sum of RGB (Red+Green+Blue) = 59+175+239=473 (62% of max value = 765). Red value is 59 (23.44% from 255 or 12.47% from 473); Green value is 175 (68.75% from 255 or 37.00% from 473); Blue value is 239 (93.75% from 255 or 50.53% from 473); Max value from RGB is 239 - color contains mainly: blue. Hex color #3BAFEF is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #3BAFEF is #C45010. Grayscale: #939393. Windows color (decimal): -12865553 or 15707963. OLE color: 15707963.
HSL color Cylindrical-coordinate representation of color #3BAFEF: hue angle of 201.33º degrees, saturation: 0.85, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3BAFEF is Cyan = 0.75, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 59 | 175 | 239 | - |
| CMYK | 0.75 | 0.27 | 0 | 0.06 |
| HSL | 201.33º | 0.85% | 0.58% | - |
| HSV(B) | 201.33º | 0.75% | 0.94% | - |
| XYZ | 32.71 | 37.82 | 87.24 | - |
| YUV | 147.61 | 179.57 | 64.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 175 | 239 | 0.75 | 0.27 | 0 | 0.06 | 201.33 | 0.85 | 0.58 |
| Hex | 3B | AF | EF | 4B | 1B | 0 | 6 | C9 | 55 | 3A |
| Octal | 73 | 257 | 357 | 113 | 33 | 0 | 6 | 311 | 125 | 72 |
| Binary | 111011 | 10101111 | 11101111 | 1001011 | 11011 | 0 | 110 | 11001001 | 1010101 | 111010 |
Color Harmonies of #3BAFEF
Complementary color
Monochromatic Colors of #3BAFEF
Black with #3BAFEF
Text Example
Text Example
White with #3BAFEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BAFEF; }
p { color: rgb(59,175,239); }
H1.HeaderClassName
{
color: #3BAFEF;
}
.AnyTagClassName
{
color: #3BAFEF;
}
</style>
background-color css
<style>
a { background-color: #3BAFEF; }
a { background-color: rgb(59,175,239); }
div.DivClassName
{
background-color: #3BAFEF;
}
.BgClassName
{
background-color: #3BAFEF;
}
</style>
border-color css
<style>
span { border-color: #3BAFEF; }
span { border-color: rgb(59,175,239); }
td.TdClassName
{
border-color: #3BAFEF;
}
.TagClassName
{
border-color: #3BAFEF;
}
</style>