Shades of Summer Sky #2DAFEF
Tints of Summer Sky #2DAFEF
RGB
CMYK
RGB Variations
Color information
#2DAFEF (or 0x2DAFEF) is known color: Summer Sky. HEX triplet: 2D, AF and EF. RGB value is (45,175,239). Sum of RGB (Red+Green+Blue) = 45+175+239=459 (60% of max value = 765). Red value is 45 (17.97% from 255 or 9.80% from 459); Green value is 175 (68.75% from 255 or 38.13% from 459); Blue value is 239 (93.75% from 255 or 52.07% from 459); Max value from RGB is 239 - color contains mainly: blue. Hex color #2DAFEF is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #2DAFEF is #D25010. Grayscale: #8F8F8F. Windows color (decimal): -13783057 or 15707949. OLE color: 15707949.
HSL color Cylindrical-coordinate representation of color #2DAFEF: hue angle of 199.79º degrees, saturation: 0.86, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2DAFEF is Cyan = 0.81, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 45 | 175 | 239 | - |
| CMYK | 0.81 | 0.27 | 0 | 0.06 |
| HSL | 199.79º | 0.86% | 0.56% | - |
| HSV(B) | 199.79º | 0.81% | 0.94% | - |
| XYZ | 31.99 | 37.45 | 87.2 | - |
| YUV | 143.43 | 181.93 | 57.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 175 | 239 | 0.81 | 0.27 | 0 | 0.06 | 199.79 | 0.86 | 0.56 |
| Hex | 2D | AF | EF | 51 | 1B | 0 | 6 | C8 | 56 | 38 |
| Octal | 55 | 257 | 357 | 121 | 33 | 0 | 6 | 310 | 126 | 70 |
| Binary | 101101 | 10101111 | 11101111 | 1010001 | 11011 | 0 | 110 | 11001000 | 1010110 | 111000 |
Color Harmonies of #2DAFEF
Complementary color
Monochromatic Colors of #2DAFEF
Black with #2DAFEF
Text Example
Text Example
White with #2DAFEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DAFEF; }
p { color: rgb(45,175,239); }
H1.HeaderClassName
{
color: #2DAFEF;
}
.AnyTagClassName
{
color: #2DAFEF;
}
</style>
background-color css
<style>
a { background-color: #2DAFEF; }
a { background-color: rgb(45,175,239); }
div.DivClassName
{
background-color: #2DAFEF;
}
.BgClassName
{
background-color: #2DAFEF;
}
</style>
border-color css
<style>
span { border-color: #2DAFEF; }
span { border-color: rgb(45,175,239); }
td.TdClassName
{
border-color: #2DAFEF;
}
.TagClassName
{
border-color: #2DAFEF;
}
</style>