Shades of Summer Sky #3DB4DC
Tints of Summer Sky #3DB4DC
RGB
CMYK
RGB Variations
Color information
#3DB4DC (or 0x3DB4DC) is known color: Summer Sky. HEX triplet: 3D, B4 and DC. RGB value is (61,180,220). Sum of RGB (Red+Green+Blue) = 61+180+220=461 (61% of max value = 765). Red value is 61 (24.22% from 255 or 13.23% from 461); Green value is 180 (70.70% from 255 or 39.05% from 461); Blue value is 220 (86.33% from 255 or 47.72% from 461); Max value from RGB is 220 - color contains mainly: blue. Hex color #3DB4DC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3DB4DC is #C24B23. Grayscale: #949494. Windows color (decimal): -12733220 or 14464061. OLE color: 14464061.
HSL color Cylindrical-coordinate representation of color #3DB4DC: hue angle of 195.09º degrees, saturation: 0.69, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3DB4DC is Cyan = 0.72, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 61 | 180 | 220 | - |
| CMYK | 0.72 | 0.18 | 0 | 0.14 |
| HSL | 195.09º | 0.69% | 0.55% | - |
| HSV(B) | 195.09º | 0.72% | 0.86% | - |
| XYZ | 31.16 | 38.8 | 73.56 | - |
| YUV | 148.98 | 168.08 | 65.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 180 | 220 | 0.72 | 0.18 | 0 | 0.14 | 195.09 | 0.69 | 0.55 |
| Hex | 3D | B4 | DC | 48 | 12 | 0 | E | C3 | 45 | 37 |
| Octal | 75 | 264 | 334 | 110 | 22 | 0 | 16 | 303 | 105 | 67 |
| Binary | 111101 | 10110100 | 11011100 | 1001000 | 10010 | 0 | 1110 | 11000011 | 1000101 | 110111 |
Color Harmonies of #3DB4DC
Complementary color
Monochromatic Colors of #3DB4DC
Black with #3DB4DC
Text Example
Text Example
White with #3DB4DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DB4DC; }
p { color: rgb(61,180,220); }
H1.HeaderClassName
{
color: #3DB4DC;
}
.AnyTagClassName
{
color: #3DB4DC;
}
</style>
background-color css
<style>
a { background-color: #3DB4DC; }
a { background-color: rgb(61,180,220); }
div.DivClassName
{
background-color: #3DB4DC;
}
.BgClassName
{
background-color: #3DB4DC;
}
</style>
border-color css
<style>
span { border-color: #3DB4DC; }
span { border-color: rgb(61,180,220); }
td.TdClassName
{
border-color: #3DB4DC;
}
.TagClassName
{
border-color: #3DB4DC;
}
</style>