Shades of Summer Sky #2DAFEB
Tints of Summer Sky #2DAFEB
RGB
CMYK
RGB Variations
Color information
#2DAFEB (or 0x2DAFEB) is known color: Summer Sky. HEX triplet: 2D, AF and EB. RGB value is (45,175,235). Sum of RGB (Red+Green+Blue) = 45+175+235=455 (60% of max value = 765). Red value is 45 (17.97% from 255 or 9.89% from 455); Green value is 175 (68.75% from 255 or 38.46% from 455); Blue value is 235 (92.19% from 255 or 51.65% from 455); Max value from RGB is 235 - color contains mainly: blue. Hex color #2DAFEB is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #2DAFEB is #D25014. Grayscale: #8E8E8E. Windows color (decimal): -13783061 or 15445805. OLE color: 15445805.
HSL color Cylindrical-coordinate representation of color #2DAFEB: hue angle of 198.95º degrees, saturation: 0.83, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2DAFEB is Cyan = 0.81, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 45 | 175 | 235 | - |
| CMYK | 0.81 | 0.26 | 0 | 0.08 |
| HSL | 198.95º | 0.83% | 0.55% | - |
| HSV(B) | 198.95º | 0.81% | 0.92% | - |
| XYZ | 31.41 | 37.22 | 84.13 | - |
| YUV | 142.97 | 179.93 | 58.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 175 | 235 | 0.81 | 0.26 | 0 | 0.08 | 198.95 | 0.83 | 0.55 |
| Hex | 2D | AF | EB | 51 | 1A | 0 | 8 | C7 | 53 | 37 |
| Octal | 55 | 257 | 353 | 121 | 32 | 0 | 10 | 307 | 123 | 67 |
| Binary | 101101 | 10101111 | 11101011 | 1010001 | 11010 | 0 | 1000 | 11000111 | 1010011 | 110111 |
Color Harmonies of #2DAFEB
Complementary color
Monochromatic Colors of #2DAFEB
Black with #2DAFEB
Text Example
Text Example
White with #2DAFEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DAFEB; }
p { color: rgb(45,175,235); }
H1.HeaderClassName
{
color: #2DAFEB;
}
.AnyTagClassName
{
color: #2DAFEB;
}
</style>
background-color css
<style>
a { background-color: #2DAFEB; }
a { background-color: rgb(45,175,235); }
div.DivClassName
{
background-color: #2DAFEB;
}
.BgClassName
{
background-color: #2DAFEB;
}
</style>
border-color css
<style>
span { border-color: #2DAFEB; }
span { border-color: rgb(45,175,235); }
td.TdClassName
{
border-color: #2DAFEB;
}
.TagClassName
{
border-color: #2DAFEB;
}
</style>