Shades of Summer Sky #2DB6FA
Tints of Summer Sky #2DB6FA
RGB
CMYK
RGB Variations
Color information
#2DB6FA (or 0x2DB6FA) is known color: Summer Sky. HEX triplet: 2D, B6 and FA. RGB value is (45,182,250). Sum of RGB (Red+Green+Blue) = 45+182+250=477 (63% of max value = 765). Red value is 45 (17.97% from 255 or 9.43% from 477); Green value is 182 (71.48% from 255 or 38.16% from 477); Blue value is 250 (98.05% from 255 or 52.41% from 477); Max value from RGB is 250 - color contains mainly: blue. Hex color #2DB6FA is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #2DB6FA is #D24905. Grayscale: #949494. Windows color (decimal): -13781254 or 16430637. OLE color: 16430637.
HSL color Cylindrical-coordinate representation of color #2DB6FA: hue angle of 199.9º degrees, saturation: 0.95, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2DB6FA is Cyan = 0.82, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 45 | 182 | 250 | - |
| CMYK | 0.82 | 0.27 | 0 | 0.02 |
| HSL | 199.9º | 0.95% | 0.58% | - |
| HSV(B) | 199.9º | 0.82% | 0.98% | - |
| XYZ | 35.07 | 40.92 | 96.49 | - |
| YUV | 148.79 | 185.11 | 53.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 182 | 250 | 0.82 | 0.27 | 0 | 0.02 | 199.9 | 0.95 | 0.58 |
| Hex | 2D | B6 | FA | 52 | 1B | 0 | 2 | C8 | 5F | 3A |
| Octal | 55 | 266 | 372 | 122 | 33 | 0 | 2 | 310 | 137 | 72 |
| Binary | 101101 | 10110110 | 11111010 | 1010010 | 11011 | 0 | 10 | 11001000 | 1011111 | 111010 |
Color Harmonies of #2DB6FA
Complementary color
Monochromatic Colors of #2DB6FA
Black with #2DB6FA
Text Example
Text Example
White with #2DB6FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DB6FA; }
p { color: rgb(45,182,250); }
H1.HeaderClassName
{
color: #2DB6FA;
}
.AnyTagClassName
{
color: #2DB6FA;
}
</style>
background-color css
<style>
a { background-color: #2DB6FA; }
a { background-color: rgb(45,182,250); }
div.DivClassName
{
background-color: #2DB6FA;
}
.BgClassName
{
background-color: #2DB6FA;
}
</style>
border-color css
<style>
span { border-color: #2DB6FA; }
span { border-color: rgb(45,182,250); }
td.TdClassName
{
border-color: #2DB6FA;
}
.TagClassName
{
border-color: #2DB6FA;
}
</style>