Shades of Summer Sky #2DBAF2
Tints of Summer Sky #2DBAF2
RGB
CMYK
RGB Variations
Color information
#2DBAF2 (or 0x2DBAF2) is known color: Summer Sky. HEX triplet: 2D, BA and F2. RGB value is (45,186,242). Sum of RGB (Red+Green+Blue) = 45+186+242=473 (62% of max value = 765). Red value is 45 (17.97% from 255 or 9.51% from 473); Green value is 186 (73.05% from 255 or 39.32% from 473); Blue value is 242 (94.92% from 255 or 51.16% from 473); Max value from RGB is 242 - color contains mainly: blue. Hex color #2DBAF2 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #2DBAF2 is #D2450D. Grayscale: #959595. Windows color (decimal): -13780238 or 15907373. OLE color: 15907373.
HSL color Cylindrical-coordinate representation of color #2DBAF2: hue angle of 197.06º degrees, saturation: 0.88, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2DBAF2 is Cyan = 0.81, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 45 | 186 | 242 | - |
| CMYK | 0.81 | 0.23 | 0 | 0.05 |
| HSL | 197.06º | 0.88% | 0.56% | - |
| HSV(B) | 197.06º | 0.81% | 0.95% | - |
| XYZ | 34.67 | 42.09 | 90.3 | - |
| YUV | 150.23 | 179.79 | 52.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 186 | 242 | 0.81 | 0.23 | 0 | 0.05 | 197.06 | 0.88 | 0.56 |
| Hex | 2D | BA | F2 | 51 | 17 | 0 | 5 | C5 | 58 | 38 |
| Octal | 55 | 272 | 362 | 121 | 27 | 0 | 5 | 305 | 130 | 70 |
| Binary | 101101 | 10111010 | 11110010 | 1010001 | 10111 | 0 | 101 | 11000101 | 1011000 | 111000 |
Color Harmonies of #2DBAF2
Complementary color
Monochromatic Colors of #2DBAF2
Black with #2DBAF2
Text Example
Text Example
White with #2DBAF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DBAF2; }
p { color: rgb(45,186,242); }
H1.HeaderClassName
{
color: #2DBAF2;
}
.AnyTagClassName
{
color: #2DBAF2;
}
</style>
background-color css
<style>
a { background-color: #2DBAF2; }
a { background-color: rgb(45,186,242); }
div.DivClassName
{
background-color: #2DBAF2;
}
.BgClassName
{
background-color: #2DBAF2;
}
</style>
border-color css
<style>
span { border-color: #2DBAF2; }
span { border-color: rgb(45,186,242); }
td.TdClassName
{
border-color: #2DBAF2;
}
.TagClassName
{
border-color: #2DBAF2;
}
</style>