Shades of Summer Sky #3BB4DF
Tints of Summer Sky #3BB4DF
RGB
CMYK
RGB Variations
Color information
#3BB4DF (or 0x3BB4DF) is known color: Summer Sky. HEX triplet: 3B, B4 and DF. RGB value is (59,180,223). Sum of RGB (Red+Green+Blue) = 59+180+223=462 (61% of max value = 765). Red value is 59 (23.44% from 255 or 12.77% from 462); Green value is 180 (70.70% from 255 or 38.96% from 462); Blue value is 223 (87.5% from 255 or 48.27% from 462); Max value from RGB is 223 - color contains mainly: blue. Hex color #3BB4DF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3BB4DF is #C44B20. Grayscale: #949494. Windows color (decimal): -12864289 or 14660667. OLE color: 14660667.
HSL color Cylindrical-coordinate representation of color #3BB4DF: hue angle of 195.73º 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 #3BB4DF is Cyan = 0.74, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 59 | 180 | 223 | - |
| CMYK | 0.74 | 0.19 | 0 | 0.13 |
| HSL | 195.73º | 0.72% | 0.55% | - |
| HSV(B) | 195.73º | 0.74% | 0.87% | - |
| XYZ | 31.44 | 38.9 | 75.66 | - |
| YUV | 148.72 | 169.91 | 64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 180 | 223 | 0.74 | 0.19 | 0 | 0.13 | 195.73 | 0.72 | 0.55 |
| Hex | 3B | B4 | DF | 4A | 13 | 0 | D | C4 | 48 | 37 |
| Octal | 73 | 264 | 337 | 112 | 23 | 0 | 15 | 304 | 110 | 67 |
| Binary | 111011 | 10110100 | 11011111 | 1001010 | 10011 | 0 | 1101 | 11000100 | 1001000 | 110111 |
Color Harmonies of #3BB4DF
Complementary color
Monochromatic Colors of #3BB4DF
Black with #3BB4DF
Text Example
Text Example
White with #3BB4DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BB4DF; }
p { color: rgb(59,180,223); }
H1.HeaderClassName
{
color: #3BB4DF;
}
.AnyTagClassName
{
color: #3BB4DF;
}
</style>
background-color css
<style>
a { background-color: #3BB4DF; }
a { background-color: rgb(59,180,223); }
div.DivClassName
{
background-color: #3BB4DF;
}
.BgClassName
{
background-color: #3BB4DF;
}
</style>
border-color css
<style>
span { border-color: #3BB4DF; }
span { border-color: rgb(59,180,223); }
td.TdClassName
{
border-color: #3BB4DF;
}
.TagClassName
{
border-color: #3BB4DF;
}
</style>