Shades of Summer Sky #2DBCCF
Tints of Summer Sky #2DBCCF
RGB
CMYK
RGB Variations
Color information
#2DBCCF (or 0x2DBCCF) is known color: Summer Sky. HEX triplet: 2D, BC and CF. RGB value is (45,188,207). Sum of RGB (Red+Green+Blue) = 45+188+207=440 (58% of max value = 765). Red value is 45 (17.97% from 255 or 10.23% from 440); Green value is 188 (73.83% from 255 or 42.73% from 440); Blue value is 207 (81.25% from 255 or 47.05% from 440); Max value from RGB is 207 - color contains mainly: blue. Hex color #2DBCCF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2DBCCF is #D24330. Grayscale: #939393. Windows color (decimal): -13779761 or 13614125. OLE color: 13614125.
HSL color Cylindrical-coordinate representation of color #2DBCCF: hue angle of 187.04º degrees, saturation: 0.64, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2DBCCF is Cyan = 0.78, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 45 | 188 | 207 | - |
| CMYK | 0.78 | 0.09 | 0 | 0.19 |
| HSL | 187.04º | 0.64% | 0.49% | - |
| HSV(B) | 187.04º | 0.78% | 0.81% | - |
| XYZ | 30.33 | 41.03 | 65.35 | - |
| YUV | 147.41 | 161.62 | 54.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 188 | 207 | 0.78 | 0.09 | 0 | 0.19 | 187.04 | 0.64 | 0.49 |
| Hex | 2D | BC | CF | 4E | 9 | 0 | 13 | BB | 40 | 31 |
| Octal | 55 | 274 | 317 | 116 | 11 | 0 | 23 | 273 | 100 | 61 |
| Binary | 101101 | 10111100 | 11001111 | 1001110 | 1001 | 0 | 10011 | 10111011 | 1000000 | 110001 |
Color Harmonies of #2DBCCF
Complementary color
Monochromatic Colors of #2DBCCF
Black with #2DBCCF
Text Example
Text Example
White with #2DBCCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DBCCF; }
p { color: rgb(45,188,207); }
H1.HeaderClassName
{
color: #2DBCCF;
}
.AnyTagClassName
{
color: #2DBCCF;
}
</style>
background-color css
<style>
a { background-color: #2DBCCF; }
a { background-color: rgb(45,188,207); }
div.DivClassName
{
background-color: #2DBCCF;
}
.BgClassName
{
background-color: #2DBCCF;
}
</style>
border-color css
<style>
span { border-color: #2DBCCF; }
span { border-color: rgb(45,188,207); }
td.TdClassName
{
border-color: #2DBCCF;
}
.TagClassName
{
border-color: #2DBCCF;
}
</style>