Shades of Summer Sky #3DB4DF
Tints of Summer Sky #3DB4DF
RGB
CMYK
RGB Variations
Color information
#3DB4DF (or 0x3DB4DF) is known color: Summer Sky. HEX triplet: 3D, B4 and DF. RGB value is (61,180,223). Sum of RGB (Red+Green+Blue) = 61+180+223=464 (61% of max value = 765). Red value is 61 (24.22% from 255 or 13.15% from 464); Green value is 180 (70.70% from 255 or 38.79% from 464); Blue value is 223 (87.5% from 255 or 48.06% from 464); Max value from RGB is 223 - color contains mainly: blue. Hex color #3DB4DF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3DB4DF is #C24B20. Grayscale: #959595. Windows color (decimal): -12733217 or 14660669. OLE color: 14660669.
HSL color Cylindrical-coordinate representation of color #3DB4DF: hue angle of 195.93º 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 #3DB4DF is Cyan = 0.73, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 61 | 180 | 223 | - |
| CMYK | 0.73 | 0.19 | 0 | 0.13 |
| HSL | 195.93º | 0.72% | 0.56% | - |
| HSV(B) | 195.93º | 0.73% | 0.87% | - |
| XYZ | 31.57 | 38.96 | 75.67 | - |
| YUV | 149.32 | 169.58 | 65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 180 | 223 | 0.73 | 0.19 | 0 | 0.13 | 195.93 | 0.72 | 0.56 |
| Hex | 3D | B4 | DF | 49 | 13 | 0 | D | C4 | 48 | 38 |
| Octal | 75 | 264 | 337 | 111 | 23 | 0 | 15 | 304 | 110 | 70 |
| Binary | 111101 | 10110100 | 11011111 | 1001001 | 10011 | 0 | 1101 | 11000100 | 1001000 | 111000 |
Color Harmonies of #3DB4DF
Complementary color
Monochromatic Colors of #3DB4DF
Black with #3DB4DF
Text Example
Text Example
White with #3DB4DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DB4DF; }
p { color: rgb(61,180,223); }
H1.HeaderClassName
{
color: #3DB4DF;
}
.AnyTagClassName
{
color: #3DB4DF;
}
</style>
background-color css
<style>
a { background-color: #3DB4DF; }
a { background-color: rgb(61,180,223); }
div.DivClassName
{
background-color: #3DB4DF;
}
.BgClassName
{
background-color: #3DB4DF;
}
</style>
border-color css
<style>
span { border-color: #3DB4DF; }
span { border-color: rgb(61,180,223); }
td.TdClassName
{
border-color: #3DB4DF;
}
.TagClassName
{
border-color: #3DB4DF;
}
</style>