Shades of Summer Sky #2DBCFE
Tints of Summer Sky #2DBCFE
RGB
CMYK
RGB Variations
Color information
#2DBCFE (or 0x2DBCFE) is known color: Summer Sky. HEX triplet: 2D, BC and FE. RGB value is (45,188,254). Sum of RGB (Red+Green+Blue) = 45+188+254=487 (64% of max value = 765). Red value is 45 (17.97% from 255 or 9.24% from 487); Green value is 188 (73.83% from 255 or 38.60% from 487); Blue value is 254 (99.61% from 255 or 52.16% from 487); Max value from RGB is 254 - color contains mainly: blue. Hex color #2DBCFE is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #2DBCFE is #D24301. Grayscale: #989898. Windows color (decimal): -13779714 or 16694317. OLE color: 16694317.
HSL color Cylindrical-coordinate representation of color #2DBCFE: hue angle of 198.95º degrees, saturation: 0.99, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2DBCFE is Cyan = 0.82, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 45 | 188 | 254 | - |
| CMYK | 0.82 | 0.26 | 0 | 0.00 |
| HSL | 198.95º | 0.99% | 0.59% | - |
| HSV(B) | 198.95º | 0.82% | 1% | - |
| XYZ | 36.95 | 43.68 | 100.25 | - |
| YUV | 152.77 | 185.12 | 51.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 188 | 254 | 0.82 | 0.26 | 0 | 0.00 | 198.95 | 0.99 | 0.59 |
| Hex | 2D | BC | FE | 52 | 1A | 0 | 0 | C7 | 63 | 3B |
| Octal | 55 | 274 | 376 | 122 | 32 | 0 | 0 | 307 | 143 | 73 |
| Binary | 101101 | 10111100 | 11111110 | 1010010 | 11010 | 0 | 0 | 11000111 | 1100011 | 111011 |
Color Harmonies of #2DBCFE
Complementary color
Monochromatic Colors of #2DBCFE
Black with #2DBCFE
Text Example
Text Example
White with #2DBCFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DBCFE; }
p { color: rgb(45,188,254); }
H1.HeaderClassName
{
color: #2DBCFE;
}
.AnyTagClassName
{
color: #2DBCFE;
}
</style>
background-color css
<style>
a { background-color: #2DBCFE; }
a { background-color: rgb(45,188,254); }
div.DivClassName
{
background-color: #2DBCFE;
}
.BgClassName
{
background-color: #2DBCFE;
}
</style>
border-color css
<style>
span { border-color: #2DBCFE; }
span { border-color: rgb(45,188,254); }
td.TdClassName
{
border-color: #2DBCFE;
}
.TagClassName
{
border-color: #2DBCFE;
}
</style>