Shades of Summer Sky #3DBBEC
Tints of Summer Sky #3DBBEC
RGB
CMYK
RGB Variations
Color information
#3DBBEC (or 0x3DBBEC) is known color: Summer Sky. HEX triplet: 3D, BB and EC. RGB value is (61,187,236). Sum of RGB (Red+Green+Blue) = 61+187+236=484 (64% of max value = 765). Red value is 61 (24.22% from 255 or 12.60% from 484); Green value is 187 (73.44% from 255 or 38.64% from 484); Blue value is 236 (92.58% from 255 or 48.76% from 484); Max value from RGB is 236 - color contains mainly: blue. Hex color #3DBBEC is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #3DBBEC is #C24413. Grayscale: #9A9A9A. Windows color (decimal): -12731412 or 15514429. OLE color: 15514429.
HSL color Cylindrical-coordinate representation of color #3DBBEC: hue angle of 196.8º degrees, saturation: 0.82, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3DBBEC is Cyan = 0.74, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 61 | 187 | 236 | - |
| CMYK | 0.74 | 0.21 | 0 | 0.07 |
| HSL | 196.8º | 0.82% | 0.58% | - |
| HSV(B) | 196.8º | 0.74% | 0.93% | - |
| XYZ | 34.84 | 42.59 | 85.74 | - |
| YUV | 154.91 | 173.76 | 61.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 187 | 236 | 0.74 | 0.21 | 0 | 0.07 | 196.8 | 0.82 | 0.58 |
| Hex | 3D | BB | EC | 4A | 15 | 0 | 7 | C5 | 52 | 3A |
| Octal | 75 | 273 | 354 | 112 | 25 | 0 | 7 | 305 | 122 | 72 |
| Binary | 111101 | 10111011 | 11101100 | 1001010 | 10101 | 0 | 111 | 11000101 | 1010010 | 111010 |
Color Harmonies of #3DBBEC
Complementary color
Monochromatic Colors of #3DBBEC
Black with #3DBBEC
Text Example
Text Example
White with #3DBBEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DBBEC; }
p { color: rgb(61,187,236); }
H1.HeaderClassName
{
color: #3DBBEC;
}
.AnyTagClassName
{
color: #3DBBEC;
}
</style>
background-color css
<style>
a { background-color: #3DBBEC; }
a { background-color: rgb(61,187,236); }
div.DivClassName
{
background-color: #3DBBEC;
}
.BgClassName
{
background-color: #3DBBEC;
}
</style>
border-color css
<style>
span { border-color: #3DBBEC; }
span { border-color: rgb(61,187,236); }
td.TdClassName
{
border-color: #3DBBEC;
}
.TagClassName
{
border-color: #3DBBEC;
}
</style>