Shades of Summer Sky #3BAFDE
Tints of Summer Sky #3BAFDE
RGB
CMYK
RGB Variations
Color information
#3BAFDE (or 0x3BAFDE) is known color: Summer Sky. HEX triplet: 3B, AF and DE. RGB value is (59,175,222). Sum of RGB (Red+Green+Blue) = 59+175+222=456 (60% of max value = 765). Red value is 59 (23.44% from 255 or 12.94% from 456); Green value is 175 (68.75% from 255 or 38.38% from 456); Blue value is 222 (87.11% from 255 or 48.68% from 456); Max value from RGB is 222 - color contains mainly: blue. Hex color #3BAFDE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3BAFDE is #C45021. Grayscale: #919191. Windows color (decimal): -12865570 or 14593851. OLE color: 14593851.
HSL color Cylindrical-coordinate representation of color #3BAFDE: hue angle of 197.3º degrees, saturation: 0.71, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3BAFDE is Cyan = 0.73, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 59 | 175 | 222 | - |
| CMYK | 0.73 | 0.21 | 0 | 0.13 |
| HSL | 197.3º | 0.71% | 0.55% | - |
| HSV(B) | 197.3º | 0.73% | 0.87% | - |
| XYZ | 30.32 | 36.86 | 74.62 | - |
| YUV | 145.67 | 171.07 | 66.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 175 | 222 | 0.73 | 0.21 | 0 | 0.13 | 197.3 | 0.71 | 0.55 |
| Hex | 3B | AF | DE | 49 | 15 | 0 | D | C5 | 47 | 37 |
| Octal | 73 | 257 | 336 | 111 | 25 | 0 | 15 | 305 | 107 | 67 |
| Binary | 111011 | 10101111 | 11011110 | 1001001 | 10101 | 0 | 1101 | 11000101 | 1000111 | 110111 |
Color Harmonies of #3BAFDE
Complementary color
Monochromatic Colors of #3BAFDE
Black with #3BAFDE
Text Example
Text Example
White with #3BAFDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BAFDE; }
p { color: rgb(59,175,222); }
H1.HeaderClassName
{
color: #3BAFDE;
}
.AnyTagClassName
{
color: #3BAFDE;
}
</style>
background-color css
<style>
a { background-color: #3BAFDE; }
a { background-color: rgb(59,175,222); }
div.DivClassName
{
background-color: #3BAFDE;
}
.BgClassName
{
background-color: #3BAFDE;
}
</style>
border-color css
<style>
span { border-color: #3BAFDE; }
span { border-color: rgb(59,175,222); }
td.TdClassName
{
border-color: #3BAFDE;
}
.TagClassName
{
border-color: #3BAFDE;
}
</style>