Shades of Summer Sky #2DBFCD
Tints of Summer Sky #2DBFCD
RGB
CMYK
RGB Variations
Color information
#2DBFCD (or 0x2DBFCD) is known color: Summer Sky. HEX triplet: 2D, BF and CD. RGB value is (45,191,205). Sum of RGB (Red+Green+Blue) = 45+191+205=441 (58% of max value = 765). Red value is 45 (17.97% from 255 or 10.20% from 441); Green value is 191 (75% from 255 or 43.31% from 441); Blue value is 205 (80.47% from 255 or 46.49% from 441); Max value from RGB is 205 - color contains mainly: blue. Hex color #2DBFCD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2DBFCD is #D24032. Grayscale: #949494. Windows color (decimal): -13778995 or 13483821. OLE color: 13483821.
HSL color Cylindrical-coordinate representation of color #2DBFCD: hue angle of 185.25º degrees, saturation: 0.64, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2DBFCD is Cyan = 0.78, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 45 | 191 | 205 | - |
| CMYK | 0.78 | 0.07 | 0 | 0.20 |
| HSL | 185.25º | 0.64% | 0.49% | - |
| HSV(B) | 185.25º | 0.78% | 0.8% | - |
| XYZ | 30.73 | 42.23 | 64.29 | - |
| YUV | 148.94 | 159.63 | 53.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 191 | 205 | 0.78 | 0.07 | 0 | 0.20 | 185.25 | 0.64 | 0.49 |
| Hex | 2D | BF | CD | 4E | 7 | 0 | 14 | B9 | 40 | 31 |
| Octal | 55 | 277 | 315 | 116 | 7 | 0 | 24 | 271 | 100 | 61 |
| Binary | 101101 | 10111111 | 11001101 | 1001110 | 111 | 0 | 10100 | 10111001 | 1000000 | 110001 |
Color Harmonies of #2DBFCD
Complementary color
Monochromatic Colors of #2DBFCD
Black with #2DBFCD
Text Example
Text Example
White with #2DBFCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DBFCD; }
p { color: rgb(45,191,205); }
H1.HeaderClassName
{
color: #2DBFCD;
}
.AnyTagClassName
{
color: #2DBFCD;
}
</style>
background-color css
<style>
a { background-color: #2DBFCD; }
a { background-color: rgb(45,191,205); }
div.DivClassName
{
background-color: #2DBFCD;
}
.BgClassName
{
background-color: #2DBFCD;
}
</style>
border-color css
<style>
span { border-color: #2DBFCD; }
span { border-color: rgb(45,191,205); }
td.TdClassName
{
border-color: #2DBFCD;
}
.TagClassName
{
border-color: #2DBFCD;
}
</style>