Shades of Summer Sky #2DB0F4
Tints of Summer Sky #2DB0F4
RGB
CMYK
RGB Variations
Color information
#2DB0F4 (or 0x2DB0F4) is known color: Summer Sky. HEX triplet: 2D, B0 and F4. RGB value is (45,176,244). Sum of RGB (Red+Green+Blue) = 45+176+244=465 (61% of max value = 765). Red value is 45 (17.97% from 255 or 9.68% from 465); Green value is 176 (69.14% from 255 or 37.85% from 465); Blue value is 244 (95.70% from 255 or 52.47% from 465); Max value from RGB is 244 - color contains mainly: blue. Hex color #2DB0F4 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #2DB0F4 is #D24F0B. Grayscale: #909090. Windows color (decimal): -13782796 or 16035885. OLE color: 16035885.
HSL color Cylindrical-coordinate representation of color #2DB0F4: hue angle of 200.5º degrees, saturation: 0.9, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2DB0F4 is Cyan = 0.82, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 45 | 176 | 244 | - |
| CMYK | 0.82 | 0.28 | 0 | 0.04 |
| HSL | 200.5º | 0.9% | 0.57% | - |
| HSV(B) | 200.5º | 0.82% | 0.96% | - |
| XYZ | 32.94 | 38.14 | 91.21 | - |
| YUV | 144.58 | 184.1 | 56.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 176 | 244 | 0.82 | 0.28 | 0 | 0.04 | 200.5 | 0.9 | 0.57 |
| Hex | 2D | B0 | F4 | 52 | 1C | 0 | 4 | C9 | 5A | 39 |
| Octal | 55 | 260 | 364 | 122 | 34 | 0 | 4 | 311 | 132 | 71 |
| Binary | 101101 | 10110000 | 11110100 | 1010010 | 11100 | 0 | 100 | 11001001 | 1011010 | 111001 |
Color Harmonies of #2DB0F4
Complementary color
Monochromatic Colors of #2DB0F4
Black with #2DB0F4
Text Example
Text Example
White with #2DB0F4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DB0F4; }
p { color: rgb(45,176,244); }
H1.HeaderClassName
{
color: #2DB0F4;
}
.AnyTagClassName
{
color: #2DB0F4;
}
</style>
background-color css
<style>
a { background-color: #2DB0F4; }
a { background-color: rgb(45,176,244); }
div.DivClassName
{
background-color: #2DB0F4;
}
.BgClassName
{
background-color: #2DB0F4;
}
</style>
border-color css
<style>
span { border-color: #2DB0F4; }
span { border-color: rgb(45,176,244); }
td.TdClassName
{
border-color: #2DB0F4;
}
.TagClassName
{
border-color: #2DB0F4;
}
</style>