Shades of Summer Sky #2DB7FA
Tints of Summer Sky #2DB7FA
RGB
CMYK
RGB Variations
Color information
#2DB7FA (or 0x2DB7FA) is known color: Summer Sky. HEX triplet: 2D, B7 and FA. RGB value is (45,183,250). Sum of RGB (Red+Green+Blue) = 45+183+250=478 (63% of max value = 765). Red value is 45 (17.97% from 255 or 9.41% from 478); Green value is 183 (71.88% from 255 or 38.28% from 478); Blue value is 250 (98.05% from 255 or 52.30% from 478); Max value from RGB is 250 - color contains mainly: blue. Hex color #2DB7FA is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #2DB7FA is #D24805. Grayscale: #949494. Windows color (decimal): -13780998 or 16430893. OLE color: 16430893.
HSL color Cylindrical-coordinate representation of color #2DB7FA: hue angle of 199.61º 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 #2DB7FA is Cyan = 0.82, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 45 | 183 | 250 | - |
| CMYK | 0.82 | 0.27 | 0 | 0.02 |
| HSL | 199.61º | 0.95% | 0.58% | - |
| HSV(B) | 199.61º | 0.82% | 0.98% | - |
| XYZ | 35.27 | 41.33 | 96.56 | - |
| YUV | 149.38 | 184.78 | 53.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 183 | 250 | 0.82 | 0.27 | 0 | 0.02 | 199.61 | 0.95 | 0.58 |
| Hex | 2D | B7 | FA | 52 | 1B | 0 | 2 | C8 | 5F | 3A |
| Octal | 55 | 267 | 372 | 122 | 33 | 0 | 2 | 310 | 137 | 72 |
| Binary | 101101 | 10110111 | 11111010 | 1010010 | 11011 | 0 | 10 | 11001000 | 1011111 | 111010 |
Color Harmonies of #2DB7FA
Complementary color
Monochromatic Colors of #2DB7FA
Black with #2DB7FA
Text Example
Text Example
White with #2DB7FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DB7FA; }
p { color: rgb(45,183,250); }
H1.HeaderClassName
{
color: #2DB7FA;
}
.AnyTagClassName
{
color: #2DB7FA;
}
</style>
background-color css
<style>
a { background-color: #2DB7FA; }
a { background-color: rgb(45,183,250); }
div.DivClassName
{
background-color: #2DB7FA;
}
.BgClassName
{
background-color: #2DB7FA;
}
</style>
border-color css
<style>
span { border-color: #2DB7FA; }
span { border-color: rgb(45,183,250); }
td.TdClassName
{
border-color: #2DB7FA;
}
.TagClassName
{
border-color: #2DB7FA;
}
</style>