Shades of Summer Sky #2DBAFE
Tints of Summer Sky #2DBAFE
RGB
CMYK
RGB Variations
Color information
#2DBAFE (or 0x2DBAFE) is known color: Summer Sky. HEX triplet: 2D, BA and FE. RGB value is (45,186,254). Sum of RGB (Red+Green+Blue) = 45+186+254=485 (64% of max value = 765). Red value is 45 (17.97% from 255 or 9.28% from 485); Green value is 186 (73.05% from 255 or 38.35% from 485); Blue value is 254 (99.61% from 255 or 52.37% from 485); Max value from RGB is 254 - color contains mainly: blue. Hex color #2DBAFE is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #2DBAFE is #D24501. Grayscale: #979797. Windows color (decimal): -13780226 or 16693805. OLE color: 16693805.
HSL color Cylindrical-coordinate representation of color #2DBAFE: hue angle of 199.52º 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 #2DBAFE is Cyan = 0.82, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 45 | 186 | 254 | - |
| CMYK | 0.82 | 0.27 | 0 | 0.00 |
| HSL | 199.52º | 0.99% | 0.59% | - |
| HSV(B) | 199.52º | 0.82% | 1% | - |
| XYZ | 36.53 | 42.83 | 100.11 | - |
| YUV | 151.59 | 185.79 | 51.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 186 | 254 | 0.82 | 0.27 | 0 | 0.00 | 199.52 | 0.99 | 0.59 |
| Hex | 2D | BA | FE | 52 | 1B | 0 | 0 | C8 | 63 | 3B |
| Octal | 55 | 272 | 376 | 122 | 33 | 0 | 0 | 310 | 143 | 73 |
| Binary | 101101 | 10111010 | 11111110 | 1010010 | 11011 | 0 | 0 | 11001000 | 1100011 | 111011 |
Color Harmonies of #2DBAFE
Complementary color
Monochromatic Colors of #2DBAFE
Black with #2DBAFE
Text Example
Text Example
White with #2DBAFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DBAFE; }
p { color: rgb(45,186,254); }
H1.HeaderClassName
{
color: #2DBAFE;
}
.AnyTagClassName
{
color: #2DBAFE;
}
</style>
background-color css
<style>
a { background-color: #2DBAFE; }
a { background-color: rgb(45,186,254); }
div.DivClassName
{
background-color: #2DBAFE;
}
.BgClassName
{
background-color: #2DBAFE;
}
</style>
border-color css
<style>
span { border-color: #2DBAFE; }
span { border-color: rgb(45,186,254); }
td.TdClassName
{
border-color: #2DBAFE;
}
.TagClassName
{
border-color: #2DBAFE;
}
</style>