Shades of Summer Sky #3BB8DF
Tints of Summer Sky #3BB8DF
RGB
CMYK
RGB Variations
Color information
#3BB8DF (or 0x3BB8DF) is known color: Summer Sky. HEX triplet: 3B, B8 and DF. RGB value is (59,184,223). Sum of RGB (Red+Green+Blue) = 59+184+223=466 (61% of max value = 765). Red value is 59 (23.44% from 255 or 12.66% from 466); Green value is 184 (72.27% from 255 or 39.48% from 466); Blue value is 223 (87.5% from 255 or 47.85% from 466); Max value from RGB is 223 - color contains mainly: blue. Hex color #3BB8DF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3BB8DF is #C44720. Grayscale: #969696. Windows color (decimal): -12863265 or 14661691. OLE color: 14661691.
HSL color Cylindrical-coordinate representation of color #3BB8DF: hue angle of 194.27º 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 #3BB8DF is Cyan = 0.74, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 59 | 184 | 223 | - |
| CMYK | 0.74 | 0.17 | 0 | 0.13 |
| HSL | 194.27º | 0.72% | 0.55% | - |
| HSV(B) | 194.27º | 0.74% | 0.87% | - |
| XYZ | 32.26 | 40.54 | 75.94 | - |
| YUV | 151.07 | 168.59 | 62.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 184 | 223 | 0.74 | 0.17 | 0 | 0.13 | 194.27 | 0.72 | 0.55 |
| Hex | 3B | B8 | DF | 4A | 11 | 0 | D | C2 | 48 | 37 |
| Octal | 73 | 270 | 337 | 112 | 21 | 0 | 15 | 302 | 110 | 67 |
| Binary | 111011 | 10111000 | 11011111 | 1001010 | 10001 | 0 | 1101 | 11000010 | 1001000 | 110111 |
Color Harmonies of #3BB8DF
Complementary color
Monochromatic Colors of #3BB8DF
Black with #3BB8DF
Text Example
Text Example
White with #3BB8DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BB8DF; }
p { color: rgb(59,184,223); }
H1.HeaderClassName
{
color: #3BB8DF;
}
.AnyTagClassName
{
color: #3BB8DF;
}
</style>
background-color css
<style>
a { background-color: #3BB8DF; }
a { background-color: rgb(59,184,223); }
div.DivClassName
{
background-color: #3BB8DF;
}
.BgClassName
{
background-color: #3BB8DF;
}
</style>
border-color css
<style>
span { border-color: #3BB8DF; }
span { border-color: rgb(59,184,223); }
td.TdClassName
{
border-color: #3BB8DF;
}
.TagClassName
{
border-color: #3BB8DF;
}
</style>