Shades of Summer Sky #3BAFDF
Tints of Summer Sky #3BAFDF
RGB
CMYK
RGB Variations
Color information
#3BAFDF (or 0x3BAFDF) is known color: Summer Sky. HEX triplet: 3B, AF and DF. RGB value is (59,175,223). Sum of RGB (Red+Green+Blue) = 59+175+223=457 (60% of max value = 765). Red value is 59 (23.44% from 255 or 12.91% from 457); Green value is 175 (68.75% from 255 or 38.29% from 457); Blue value is 223 (87.5% from 255 or 48.80% from 457); Max value from RGB is 223 - color contains mainly: blue. Hex color #3BAFDF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3BAFDF is #C45020. Grayscale: #919191. Windows color (decimal): -12865569 or 14659387. OLE color: 14659387.
HSL color Cylindrical-coordinate representation of color #3BAFDF: hue angle of 197.56º degrees, saturation: 0.72, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3BAFDF is Cyan = 0.74, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 59 | 175 | 223 | - |
| CMYK | 0.74 | 0.22 | 0 | 0.13 |
| HSL | 197.56º | 0.72% | 0.55% | - |
| HSV(B) | 197.56º | 0.74% | 0.87% | - |
| XYZ | 30.45 | 36.92 | 75.33 | - |
| YUV | 145.79 | 171.57 | 66.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 175 | 223 | 0.74 | 0.22 | 0 | 0.13 | 197.56 | 0.72 | 0.55 |
| Hex | 3B | AF | DF | 4A | 16 | 0 | D | C6 | 48 | 37 |
| Octal | 73 | 257 | 337 | 112 | 26 | 0 | 15 | 306 | 110 | 67 |
| Binary | 111011 | 10101111 | 11011111 | 1001010 | 10110 | 0 | 1101 | 11000110 | 1001000 | 110111 |
Color Harmonies of #3BAFDF
Complementary color
Monochromatic Colors of #3BAFDF
Black with #3BAFDF
Text Example
Text Example
White with #3BAFDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BAFDF; }
p { color: rgb(59,175,223); }
H1.HeaderClassName
{
color: #3BAFDF;
}
.AnyTagClassName
{
color: #3BAFDF;
}
</style>
background-color css
<style>
a { background-color: #3BAFDF; }
a { background-color: rgb(59,175,223); }
div.DivClassName
{
background-color: #3BAFDF;
}
.BgClassName
{
background-color: #3BAFDF;
}
</style>
border-color css
<style>
span { border-color: #3BAFDF; }
span { border-color: rgb(59,175,223); }
td.TdClassName
{
border-color: #3BAFDF;
}
.TagClassName
{
border-color: #3BAFDF;
}
</style>