Shades of Summer Sky #2DBCFF
Tints of Summer Sky #2DBCFF
RGB
CMYK
RGB Variations
Color information
#2DBCFF (or 0x2DBCFF) is known color: Summer Sky. HEX triplet: 2D, BC and FF. RGB value is (45,188,255). Sum of RGB (Red+Green+Blue) = 45+188+255=488 (64% of max value = 765). Red value is 45 (17.97% from 255 or 9.22% from 488); Green value is 188 (73.83% from 255 or 38.52% from 488); Blue value is 255 (100% from 255 or 52.25% from 488); Max value from RGB is 255 - color contains mainly: blue. Hex color #2DBCFF is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #2DBCFF is #D24300. Grayscale: #989898. Windows color (decimal): -13779713 or 16759853. OLE color: 16759853.
HSL color Cylindrical-coordinate representation of color #2DBCFF: hue angle of 199.14º degrees, saturation: 1, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2DBCFF is Cyan = 0.82, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 45 | 188 | 255 | - |
| CMYK | 0.82 | 0.26 | 0 | 0 |
| HSL | 199.14º | 1% | 0.59% | - |
| HSV(B) | 199.14º | 0.82% | 1% | - |
| XYZ | 37.12 | 43.74 | 101.1 | - |
| YUV | 152.88 | 185.62 | 51.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 188 | 255 | 0.82 | 0.26 | 0 | 0 | 199.14 | 1 | 0.59 |
| Hex | 2D | BC | FF | 52 | 1A | 0 | 0 | C7 | 64 | 3B |
| Octal | 55 | 274 | 377 | 122 | 32 | 0 | 0 | 307 | 144 | 73 |
| Binary | 101101 | 10111100 | 11111111 | 1010010 | 11010 | 0 | 0 | 11000111 | 1100100 | 111011 |
Color Harmonies of #2DBCFF
Complementary color
Monochromatic Colors of #2DBCFF
Black with #2DBCFF
Text Example
Text Example
White with #2DBCFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DBCFF; }
p { color: rgb(45,188,255); }
H1.HeaderClassName
{
color: #2DBCFF;
}
.AnyTagClassName
{
color: #2DBCFF;
}
</style>
background-color css
<style>
a { background-color: #2DBCFF; }
a { background-color: rgb(45,188,255); }
div.DivClassName
{
background-color: #2DBCFF;
}
.BgClassName
{
background-color: #2DBCFF;
}
</style>
border-color css
<style>
span { border-color: #2DBCFF; }
span { border-color: rgb(45,188,255); }
td.TdClassName
{
border-color: #2DBCFF;
}
.TagClassName
{
border-color: #2DBCFF;
}
</style>