Shades of Summer Sky #3DB3DF
Tints of Summer Sky #3DB3DF
RGB
CMYK
RGB Variations
Color information
#3DB3DF (or 0x3DB3DF) is known color: Summer Sky. HEX triplet: 3D, B3 and DF. RGB value is (61,179,223). Sum of RGB (Red+Green+Blue) = 61+179+223=463 (61% of max value = 765). Red value is 61 (24.22% from 255 or 13.17% from 463); Green value is 179 (70.31% from 255 or 38.66% from 463); Blue value is 223 (87.5% from 255 or 48.16% from 463); Max value from RGB is 223 - color contains mainly: blue. Hex color #3DB3DF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3DB3DF is #C24C20. Grayscale: #949494. Windows color (decimal): -12733473 or 14660413. OLE color: 14660413.
HSL color Cylindrical-coordinate representation of color #3DB3DF: hue angle of 196.3º degrees, saturation: 0.72, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3DB3DF is Cyan = 0.73, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 61 | 179 | 223 | - |
| CMYK | 0.73 | 0.20 | 0 | 0.13 |
| HSL | 196.3º | 0.72% | 0.56% | - |
| HSV(B) | 196.3º | 0.73% | 0.87% | - |
| XYZ | 31.36 | 38.56 | 75.6 | - |
| YUV | 148.73 | 169.91 | 65.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 179 | 223 | 0.73 | 0.20 | 0 | 0.13 | 196.3 | 0.72 | 0.56 |
| Hex | 3D | B3 | DF | 49 | 14 | 0 | D | C4 | 48 | 38 |
| Octal | 75 | 263 | 337 | 111 | 24 | 0 | 15 | 304 | 110 | 70 |
| Binary | 111101 | 10110011 | 11011111 | 1001001 | 10100 | 0 | 1101 | 11000100 | 1001000 | 111000 |
Color Harmonies of #3DB3DF
Complementary color
Monochromatic Colors of #3DB3DF
Black with #3DB3DF
Text Example
Text Example
White with #3DB3DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DB3DF; }
p { color: rgb(61,179,223); }
H1.HeaderClassName
{
color: #3DB3DF;
}
.AnyTagClassName
{
color: #3DB3DF;
}
</style>
background-color css
<style>
a { background-color: #3DB3DF; }
a { background-color: rgb(61,179,223); }
div.DivClassName
{
background-color: #3DB3DF;
}
.BgClassName
{
background-color: #3DB3DF;
}
</style>
border-color css
<style>
span { border-color: #3DB3DF; }
span { border-color: rgb(61,179,223); }
td.TdClassName
{
border-color: #3DB3DF;
}
.TagClassName
{
border-color: #3DB3DF;
}
</style>