Shades of Summer Sky #3BAFFD
Tints of Summer Sky #3BAFFD
RGB
CMYK
RGB Variations
Color information
#3BAFFD (or 0x3BAFFD) is known color: Summer Sky. HEX triplet: 3B, AF and FD. RGB value is (59,175,253). Sum of RGB (Red+Green+Blue) = 59+175+253=487 (64% of max value = 765). Red value is 59 (23.44% from 255 or 12.11% from 487); Green value is 175 (68.75% from 255 or 35.93% from 487); Blue value is 253 (99.22% from 255 or 51.95% from 487); Max value from RGB is 253 - color contains mainly: blue. Hex color #3BAFFD is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #3BAFFD is #C45002. Grayscale: #949494. Windows color (decimal): -12865539 or 16625467. OLE color: 16625467.
HSL color Cylindrical-coordinate representation of color #3BAFFD: hue angle of 204.12º degrees, saturation: 0.98, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #3BAFFD is Cyan = 0.77, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 59 | 175 | 253 | - |
| CMYK | 0.77 | 0.31 | 0 | 0.01 |
| HSL | 204.12º | 0.98% | 0.61% | - |
| HSV(B) | 204.12º | 0.77% | 0.99% | - |
| XYZ | 34.86 | 38.68 | 98.56 | - |
| YUV | 149.21 | 186.57 | 63.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 175 | 253 | 0.77 | 0.31 | 0 | 0.01 | 204.12 | 0.98 | 0.61 |
| Hex | 3B | AF | FD | 4D | 1F | 0 | 1 | CC | 62 | 3D |
| Octal | 73 | 257 | 375 | 115 | 37 | 0 | 1 | 314 | 142 | 75 |
| Binary | 111011 | 10101111 | 11111101 | 1001101 | 11111 | 0 | 1 | 11001100 | 1100010 | 111101 |
Color Harmonies of #3BAFFD
Complementary color
Monochromatic Colors of #3BAFFD
Black with #3BAFFD
Text Example
Text Example
White with #3BAFFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BAFFD; }
p { color: rgb(59,175,253); }
H1.HeaderClassName
{
color: #3BAFFD;
}
.AnyTagClassName
{
color: #3BAFFD;
}
</style>
background-color css
<style>
a { background-color: #3BAFFD; }
a { background-color: rgb(59,175,253); }
div.DivClassName
{
background-color: #3BAFFD;
}
.BgClassName
{
background-color: #3BAFFD;
}
</style>
border-color css
<style>
span { border-color: #3BAFFD; }
span { border-color: rgb(59,175,253); }
td.TdClassName
{
border-color: #3BAFFD;
}
.TagClassName
{
border-color: #3BAFFD;
}
</style>